From 1f96f089eb3546c682313d29513be04ac72e2de5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 31 十月 2023 16:21:08 +0800
Subject: [PATCH] Merge branch 'master' of ssh://114.215.109.124:29418/grid-management-vue

---
 src/assets/layout.css |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/src/assets/layout.css b/src/assets/layout.css
new file mode 100644
index 0000000..9736a1a
--- /dev/null
+++ b/src/assets/layout.css
@@ -0,0 +1,56 @@
+.fy-head {
+  height: var(--fy-head-height);
+}
+
+.fy-body {
+  height: var(--fy-body-height);
+}
+
+.fy-overlay-container {
+  pointer-events: none;
+  /* background-color: aqua; */
+}
+
+.fy-card {
+  position: relative;
+  /* height: 700px; */
+  background: white;
+  border-radius: 12px;
+  display: flex;
+  flex-direction: column;
+  gap: 16px;
+  pointer-events: auto;
+  box-shadow: var(--el-box-shadow-dark);
+  /* padding: 0 8px; */
+}
+
+.fy-main {
+  /* background-color: aliceblue; */
+  padding: 8px 8px 16px 8px;
+  font-size: var(--el-font-size-base);
+}
+
+.fy-main-border {
+  /* background-color: aliceblue; */
+  padding: 0 8px;
+  font-size: var(--el-font-size-base);
+  border: var(--el-border);
+  border-radius: 6px;
+}
+
+.fy-column-reverse {
+  display: flex;
+  flex-direction: column-reverse;
+  height: 100%;
+}
+
+.fy-flex-row {
+  display: flex;
+  align-items: center;
+  gap: 4px;
+  padding: 0 8px;
+}
+
+.fy-flex-row>span{
+  color: var(--el-text-color-regular);
+}
\ No newline at end of file

--
Gitblit v1.9.3