Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
enterprise-serevice-platform-web
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
张伯涛
enterprise-serevice-platform-web
Commits
00fd951c
Commit
00fd951c
authored
Oct 18, 2022
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(政策图解): 政策订阅样式修改--修改了element样式公共文件!!
parent
7654ba91
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
21 deletions
+44
-21
element-ui.scss
src/styles/element-ui.scss
+0
-10
variables.scss
src/styles/variables.scss
+1
-1
policySubscription.vue
src/views/PolicyDirect/components/policySubscription.vue
+43
-10
No files found.
src/styles/element-ui.scss
View file @
00fd951c
...
@@ -323,16 +323,6 @@ label {
...
@@ -323,16 +323,6 @@ label {
.el-button--success
{
.el-button--success
{
color
:
#fff
;
color
:
#fff
;
font-size
:
14px
;
font-size
:
14px
;
background-color
:
$color-green
!
important
;
border-color
:
$color-green
!
important
;
&
:hover
{
background-color
:
$color-green-light-btn
!
important
;
border-color
:
$color-green-light-btn
!
important
;
}
&
:focus
{
background-color
:
$color-green-deep
!
important
;
border-color
:
$color-green-deep
!
important
;
}
}
}
// 按钮字体14px
// 按钮字体14px
.el-button--small
{
.el-button--small
{
...
...
src/styles/variables.scss
View file @
00fd951c
// 主题色
// 主题色
$color-theme
:
#
46BCF3
;
$color-theme
:
#
1A78E5
;
$color-red
:
#F57b7b
;
$color-red
:
#F57b7b
;
$color-purple
:
#ff33a9
;
$color-purple
:
#ff33a9
;
$color-orange
:
#f4ac10
;
$color-orange
:
#f4ac10
;
...
...
src/views/PolicyDirect/components/policySubscription.vue
View file @
00fd951c
...
@@ -58,17 +58,19 @@
...
@@ -58,17 +58,19 @@
</div>
</div>
</
template
>
</
template
>
<div
class=
"option-buttons"
>
<div
class=
"option-buttons"
>
<el-form-item>
<!-- 有订阅信息 才可以编辑与查询-->
<!-- 有订阅信息 才可以编辑与查询-->
<
template
v-if=
"!addOrUpdate && info !== undefined && info !== null"
>
<
template
v-if=
"!addOrUpdate && info !== undefined && info !== null"
>
<!-- 编辑时 不可以进行查询 -->
<!-- 编辑时 不可以进行查询 -->
<el-button
v-if=
"!editOpen"
type=
"primary"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
v-if=
"!editOpen"
type=
"primary"
@
click=
"handleQuery"
>
查询
</el-button>
</
template
>
<div>
<
template
v-if=
"!addOrUpdate && info !== undefined && info !== null"
>
<!-- 编辑订阅与保存切换显示 -->
<!-- 编辑订阅与保存切换显示 -->
<el-button
size=
"small
"
@
click=
"handleEdit"
><span
v-if=
"!editOpen"
>
编辑订阅
</span><span
v-else
>
保存编辑
</span>
<el-button
type=
"success
"
@
click=
"handleEdit"
><span
v-if=
"!editOpen"
>
编辑订阅
</span><span
v-else
>
保存编辑
</span>
</el-button>
</el-button>
</
template
>
</
template
>
<el-button
size=
"small
"
@
click=
"addSubscription"
>
添加订阅
</el-button>
<el-button
type=
"primary
"
@
click=
"addSubscription"
>
添加订阅
</el-button>
</
el-form-item
>
</
div
>
</div>
</div>
</el-form>
</el-form>
</div>
</div>
...
@@ -640,8 +642,8 @@ export default {
...
@@ -640,8 +642,8 @@ export default {
padding-top
:
3px
;
padding-top
:
3px
;
.search
{
.search
{
background-color
:
#
d6d6d6
;
background-color
:
#
FFFFFF
;
padding
:
15
px
;
padding
:
40px
40px
30
px
;
.formClass
{
.formClass
{
.el-checkbox-group
{
.el-checkbox-group
{
...
@@ -652,7 +654,7 @@ export default {
...
@@ -652,7 +654,7 @@ export default {
.el-checkbox__label
{
.el-checkbox__label
{
font-size
:
15px
!
important
;
font-size
:
15px
!
important
;
color
:
black
!
important
;
color
:
black
;
}
}
}
}
...
@@ -661,14 +663,14 @@ export default {
...
@@ -661,14 +663,14 @@ export default {
.el-radio__label
{
.el-radio__label
{
font-size
:
15px
!
important
;
font-size
:
15px
!
important
;
color
:
black
!
important
;
color
:
black
;
}
}
}
}
}
}
.option-buttons
{
.option-buttons
{
display
:
flex
;
display
:
flex
;
justify-content
:
end
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
.el-form-item--small
{
.el-form-item--small
{
...
@@ -770,3 +772,34 @@ export default {
...
@@ -770,3 +772,34 @@ export default {
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
>
.PolicySubscription-module
{
.search
{
.el-form-item__label
,
.el-form-item__content
{
font-size
:
15px
;
font-weight
:
400
;
color
:
#333333
;
}
.formClass
{
.el-checkbox-group
{
.el-checkbox.is-checked
,
.el-radio.is-checked
{
.el-checkbox__label
,
.el-radio__label
{
color
:
#1A78E5
;
}
.el-checkbox__inner
,
.el-radio__inner
{
background-color
:
#1A78E5
;
border-color
:
#1A78E5
;
}
}
}
}
.option-buttons
{
.el-button
{
width
:
132px
;
height
:
36px
;
border-radius
:
6px
6px
6px
6px
;
}
}
}
}
</
style
>
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