Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
53bbd528
authored
2022-08-23 15:36:38 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:字典样式
1 parent
e58b2749
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
src/styles/element-ui.scss
src/views/system/dictionaries/components/editDialog.vue
src/styles/element-ui.scss
View file @
53bbd52
...
...
@@ -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%
;
...
...
src/views/system/dictionaries/components/editDialog.vue
View file @
53bbd52
...
...
@@ -16,7 +16,7 @@
</el-col>
</el-row>
</el-form>
<lb-table
:column=
"column"
:heightNum=
"
50
0"
:key=
"key"
:expand-row-keys=
"keyList"
row-key=
"bsmDict"
<lb-table
:column=
"column"
:heightNum=
"
42
0"
:key=
"key"
:expand-row-keys=
"keyList"
row-key=
"bsmDict"
:tree-props=
"
{ children: 'children' }" :pagination="false" :data="tableData">
</lb-table>
</dialogBox>
...
...
Please
register
or
sign in
to post a comment