Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
NLT-e-cigarette
Commits
e5ff2524
Commit
e5ff2524
authored
Jul 06, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
parents
4f88d73a
93ab4874
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
element-ui.scss
src/styles/element-ui.scss
+3
-0
index.vue
src/views/system/dict/index.vue
+2
-2
No files found.
src/styles/element-ui.scss
View file @
e5ff2524
...
@@ -578,6 +578,9 @@ label {
...
@@ -578,6 +578,9 @@ label {
background-color
:
#D20A10
;
background-color
:
#D20A10
;
border-color
:
#D20A10
;
border-color
:
#D20A10
;
}
}
.el-checkbox__input.is-checked
+
.el-checkbox__label
{
color
:
#D20A10
;
}
.is-leaf
.cell
.el-checkbox
{
.is-leaf
.cell
.el-checkbox
{
margin-top
:
10px
;
margin-top
:
10px
;
}
}
...
...
src/views/system/dict/index.vue
View file @
e5ff2524
...
@@ -189,13 +189,13 @@
...
@@ -189,13 +189,13 @@
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-link
<el-link
v-hasPermi=
"['sys:dict:
edit
']"
v-hasPermi=
"['sys:dict:
update
']"
size=
"mini"
size=
"mini"
type=
"success"
type=
"success"
@
click=
"handleUpdate(scope.row)"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-link>
>
修改
</el-link>
<el-link
<el-link
v-hasPermi=
"['sys:dict:
remov
e']"
v-hasPermi=
"['sys:dict:
delet
e']"
size=
"mini"
size=
"mini"
type=
"danger"
type=
"danger"
style=
"margin-left: 10px"
style=
"margin-left: 10px"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment