style:字典样式
Showing
2 changed files
with
5 additions
and
1 deletions
... | @@ -49,6 +49,10 @@ | ... | @@ -49,6 +49,10 @@ |
49 | 49 | ||
50 | // to fixed https://github.com/ElemeFE/element/issues/2461 | 50 | // to fixed https://github.com/ElemeFE/element/issues/2461 |
51 | // refine element ui upload | 51 | // refine element ui upload |
52 | .el-input.is-disabled .el-input__inner { | ||
53 | color: #909399; | ||
54 | } | ||
55 | |||
52 | .upload-container { | 56 | .upload-container { |
53 | .el-upload { | 57 | .el-upload { |
54 | width: 100%; | 58 | width: 100%; | ... | ... |
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
16 | </el-col> | 16 | </el-col> |
17 | </el-row> | 17 | </el-row> |
18 | </el-form> | 18 | </el-form> |
19 | <lb-table :column="column" :heightNum="500" :key="key" :expand-row-keys="keyList" row-key="bsmDict" | 19 | <lb-table :column="column" :heightNum="420" :key="key" :expand-row-keys="keyList" row-key="bsmDict" |
20 | :tree-props="{ children: 'children' }" :pagination="false" :data="tableData"> | 20 | :tree-props="{ children: 'children' }" :pagination="false" :data="tableData"> |
21 | </lb-table> | 21 | </lb-table> |
22 | </dialogBox> | 22 | </dialogBox> | ... | ... |
-
Please register or sign in to post a comment