Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_vue_manage
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
杨硕
91isoft_vue_manage
Commits
a61f2240
Commit
a61f2240
authored
Jan 10, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
01b871da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
common.scss
src/styles/themeB/common.scss
+8
-0
data.vue
src/views/system/dict/data.vue
+1
-1
No files found.
src/styles/themeB/common.scss
View file @
a61f2240
...
...
@@ -210,6 +210,10 @@
.el-tree-node
{
font-size
:
16px
!
important
;
}
//tree的选中的check框样式
.el-checkbox__input.is-checked
.el-checkbox__inner
{
background-color
:
#03A487
;
}
// switch开样式
.el-switch.is-checked
.el-switch__core
{
border-color
:
#03A487
;
...
...
@@ -220,6 +224,10 @@
border-color
:
#03A487
;
background-color
:
#03A487
;
}
// radio选中的文字样式
.el-radio__input.is-checked
+
.el-radio__label
{
color
:
#03A487
;
}
// switch关样式
.el-switch__core
{
border-color
:
#BBBBBB
;
...
...
src/views/system/dict/data.vue
View file @
a61f2240
...
...
@@ -3,7 +3,7 @@
<div
class=
"search"
style=
"border-bottom: 14px solid #f4f4f4"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"字典名称"
prop=
"dictType"
>
<el-select
v-model=
"queryParams.dictType"
placeholder=
"请选择字典名称"
clearable
size=
"small"
>
<el-select
disabled
v-model=
"queryParams.dictType"
placeholder=
"请选择字典名称"
clearable
size=
"small"
>
<el-option
v-for=
"item in typeOptions"
:key=
"item.businessId"
...
...
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