Forráskód Böngészése

split-layout-right-content

quwangxin 3 éve
szülő
commit
b12982562f
1 módosított fájl, 13 hozzáadás és 1 törlés
  1. 13 1
      src/styles/transition/common.scss

+ 13 - 1
src/styles/transition/common.scss

@@ -1,7 +1,7 @@
 .w100 {
 .w100 {
   width: 100%;
   width: 100%;
 }
 }
-
+// 页头
 .ele-body {
 .ele-body {
   .page-title {
   .page-title {
     display: flex;
     display: flex;
@@ -12,3 +12,15 @@
     margin-bottom: 16px;
     margin-bottom: 16px;
   }
   }
 }
 }
+// ele-split-layout 左侧盒子充满
+.split-layout-right-content {
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  left: 0;
+  right: 0;
+  box-sizing: border-box;
+  border-width: 1px;
+  border-style: solid;
+  overflow: auto;
+}