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
a02c11ac
Commit
a02c11ac
authored
Jun 30, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮颜色修改
parent
a87c2b05
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
87 additions
and
52 deletions
+87
-52
element-ui.scss
src/styles/element-ui.scss
+1
-1
element-variables.scss
src/styles/element-variables.scss
+1
-0
variables.scss
src/styles/variables.scss
+5
-2
badDefinition.vue
src/views/productionInfo/badDefinition.vue
+0
-1
repairRecord.vue
src/views/repair/repairRecord.vue
+79
-47
index.vue
src/views/system/synchronization/index.vue
+1
-1
No files found.
src/styles/element-ui.scss
View file @
a02c11ac
...
@@ -426,7 +426,7 @@ label {
...
@@ -426,7 +426,7 @@ label {
color
:
$color-theme
;
color
:
$color-theme
;
}
}
&
.success
{
&
.success
{
color
:
$color-
green
;
color
:
$color-
success
;
}
}
&
.danger
{
&
.danger
{
color
:
$color-red
;
color
:
$color-red
;
...
...
src/styles/element-variables.scss
View file @
a02c11ac
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
$--color-primary
:
$color-theme
;
$--color-primary
:
$color-theme
;
$--color-warning
:
$color-orange
;
$--color-warning
:
$color-orange
;
$--color-danger
:
$color-red
;
$--color-danger
:
$color-red
;
$--color-success
:
$color-success
;
//$--color-info: $color-theme;
//$--color-info: $color-theme;
/* 改变 icon 字体路径变量,必需 */
/* 改变 icon 字体路径变量,必需 */
...
...
src/styles/variables.scss
View file @
a02c11ac
// 主题色
// 主题色
$color-theme
:
#
46BCF3
;
$color-theme
:
#
0A82D2
;
$color-red
:
#
F57b7b
;
$color-red
:
#
D20A10
;
$color-purple
:
#ff33a9
;
$color-purple
:
#ff33a9
;
$color-orange
:
#f4ac10
;
$color-orange
:
#f4ac10
;
$color-blue
:
#409EFF
;
$color-blue
:
#409EFF
;
$color-success
:
#2BAC1C
;
// 我的单据背景色 考勤统计
// 我的单据背景色 考勤统计
$color-cambridge-blue
:
#29a2db
;
$color-cambridge-blue
:
#29a2db
;
// 我的单据背景色 考勤统计
// 我的单据背景色 考勤统计
...
...
src/views/productionInfo/badDefinition.vue
View file @
a02c11ac
...
@@ -708,7 +708,6 @@ export default {
...
@@ -708,7 +708,6 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.bad_definition
{
.bad_definition
{
font-size
:
18px
;
.placeholder
{
.placeholder
{
height
:
14px
;
height
:
14px
;
background-color
:
#F4F4F4
background-color
:
#F4F4F4
...
...
src/views/repair/repairRecord.vue
View file @
a02c11ac
This diff is collapsed.
Click to expand it.
src/views/system/synchronization/index.vue
View file @
a02c11ac
...
@@ -231,7 +231,7 @@ export default {
...
@@ -231,7 +231,7 @@ export default {
}
}
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
scoped
>
.synchronization
{
.synchronization
{
.badSearch
{
.badSearch
{
.el-form-item--small
.el-form-item__label
{
.el-form-item--small
.el-form-item__label
{
...
...
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