quwangxin 3 лет назад
Родитель
Сommit
b12982562f
1 измененных файлов с 13 добавлено и 1 удалено
  1. 13 1
      src/styles/transition/common.scss

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

@@ -1,7 +1,7 @@
 .w100 {
   width: 100%;
 }
-
+// 页头
 .ele-body {
   .page-title {
     display: flex;
@@ -12,3 +12,15 @@
     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;
+}