53bbd528 by 任超

style:字典样式

1 parent e58b2749
......@@ -49,6 +49,10 @@
// to fixed https://github.com/ElemeFE/element/issues/2461
// refine element ui upload
.el-input.is-disabled .el-input__inner {
color: #909399;
}
.upload-container {
.el-upload {
width: 100%;
......
......@@ -16,7 +16,7 @@
</el-col>
</el-row>
</el-form>
<lb-table :column="column" :heightNum="500" :key="key" :expand-row-keys="keyList" row-key="bsmDict"
<lb-table :column="column" :heightNum="420" :key="key" :expand-row-keys="keyList" row-key="bsmDict"
:tree-props="{ children: 'children' }" :pagination="false" :data="tableData">
</lb-table>
</dialogBox>
......