Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
2d16c68b
Commit
2d16c68b
authored
Apr 11, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
颜色修改
parent
4ac5faa8
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
26 deletions
+26
-26
DeletedTable.vue
src/views/category/components/DeletedTable.vue
+1
-1
IncrementalTable.vue
src/views/category/components/IncrementalTable.vue
+5
-5
IssuePass.vue
src/views/category/components/IssuePass.vue
+1
-1
uploadFile.vue
src/views/category/components/uploadFile.vue
+2
-2
PassListTable.vue
src/views/pass/PassList/PassListTable.vue
+1
-1
TransferPass.vue
src/views/pass/PassList/TransferPass.vue
+1
-1
index.vue
src/views/pass/PassMaker/index.vue
+4
-4
TransferRecordList.vue
src/views/pass/TransferRecord/TransferRecordList.vue
+1
-1
VerifyStep.vue
src/views/userCenter/CompanyVerify/VerifyStep.vue
+2
-2
index.vue
src/views/userCenter/choosePackage/index.vue
+8
-8
No files found.
src/views/category/components/DeletedTable.vue
View file @
2d16c68b
...
@@ -160,6 +160,6 @@ const columns = [
...
@@ -160,6 +160,6 @@ const columns = [
background
:
rgba
(
155
,
155
,
155
,
0
.1
);
background
:
rgba
(
155
,
155
,
155
,
0
.1
);
}
}
.iconerweima--check
{
.iconerweima--check
{
color
:
#4a90e2
;
color
:
var
(
--
sy-blue
)
;
}
}
</
style
>
</
style
>
src/views/category/components/IncrementalTable.vue
View file @
2d16c68b
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
v-for=
"(item2, index2) in props.incrementList"
v-for=
"(item2, index2) in props.incrementList"
:key=
"index2"
:key=
"index2"
class=
"notFirstLineCell text-center"
class=
"notFirstLineCell text-center"
style=
"color:
#3f79fe
"
style=
"color:
var(--sy-blue)
"
>
>
<span
<span
class=
"cursor-pointer"
class=
"cursor-pointer"
...
@@ -539,7 +539,7 @@ const openBlock = (item: any, index: any) => {
...
@@ -539,7 +539,7 @@ const openBlock = (item: any, index: any) => {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.iconerweima--check
{
.iconerweima--check
{
color
:
#4a90e2
;
color
:
var
(
--
sy-blue
)
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.iconerweima--no-check
{
.iconerweima--no-check
{
...
@@ -614,7 +614,7 @@ const openBlock = (item: any, index: any) => {
...
@@ -614,7 +614,7 @@ const openBlock = (item: any, index: any) => {
transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
}
.iconerweima--check
{
.iconerweima--check
{
color
:
#4a90e2
;
color
:
var
(
--
sy-blue
)
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.iconerweima--no-check
{
.iconerweima--no-check
{
...
@@ -628,7 +628,7 @@ const openBlock = (item: any, index: any) => {
...
@@ -628,7 +628,7 @@ const openBlock = (item: any, index: any) => {
color
:
#353535
;
color
:
#353535
;
}
}
.text-btn
{
.text-btn
{
color
:
#4a90e2
!
important
;
color
:
var
(
--
sy-blue
)
!
important
;
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
normal
;
font-weight
:
normal
;
outline
:
none
!
important
;
outline
:
none
!
important
;
...
@@ -637,7 +637,7 @@ const openBlock = (item: any, index: any) => {
...
@@ -637,7 +637,7 @@ const openBlock = (item: any, index: any) => {
.incremental-icon
{
.incremental-icon
{
height
:
30px
;
height
:
30px
;
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
i
{
i
{
font-size
:
12px
;
font-size
:
12px
;
}
}
...
...
src/views/category/components/IssuePass.vue
View file @
2d16c68b
...
@@ -399,7 +399,7 @@ export default defineComponent({
...
@@ -399,7 +399,7 @@ export default defineComponent({
}
}
.file_name
{
.file_name
{
margin-left
:
10px
;
margin-left
:
10px
;
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
font-size
:
12px
;
font-size
:
12px
;
max-width
:
50%
;
max-width
:
50%
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
src/views/category/components/uploadFile.vue
View file @
2d16c68b
...
@@ -332,7 +332,7 @@ export default defineComponent({
...
@@ -332,7 +332,7 @@ export default defineComponent({
margin-bottom
:
5px
;
margin-bottom
:
5px
;
}
}
.layout_status
{
.layout_status
{
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
14px
;
font-size
:
14px
;
line-height
:
20px
;
line-height
:
20px
;
...
@@ -390,7 +390,7 @@ export default defineComponent({
...
@@ -390,7 +390,7 @@ export default defineComponent({
color
:
#ff4848
;
color
:
#ff4848
;
}
}
.tip_right
{
.tip_right
{
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
...
...
src/views/pass/PassList/PassListTable.vue
View file @
2d16c68b
...
@@ -269,7 +269,7 @@ export default defineComponent({
...
@@ -269,7 +269,7 @@ export default defineComponent({
}
}
.text-btn
{
.text-btn
{
color
:
#3f79fe
!
important
;
color
:
var
(
--
sy-blue
)
!
important
;
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
normal
;
font-weight
:
normal
;
outline
:
none
!
important
;
outline
:
none
!
important
;
...
...
src/views/pass/PassList/TransferPass.vue
View file @
2d16c68b
...
@@ -227,7 +227,7 @@ export default defineComponent({
...
@@ -227,7 +227,7 @@ export default defineComponent({
height
:
40px
;
height
:
40px
;
line-height
:
40px
;
line-height
:
40px
;
padding
:
0
;
padding
:
0
;
//background-color:
#3f79fe
;
//background-color:
var(--sy-blue)
;
}
}
.amount-item
{
.amount-item
{
...
...
src/views/pass/PassMaker/index.vue
View file @
2d16c68b
...
@@ -583,7 +583,7 @@ export default defineComponent({
...
@@ -583,7 +583,7 @@ export default defineComponent({
margin-bottom
:
5px
;
margin-bottom
:
5px
;
}
}
.layout_status
{
.layout_status
{
color
:
#3F79FE
;
color
:
var
(
--
sy-blue
)
;
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
14px
;
font-size
:
14px
;
line-height
:
20px
;
line-height
:
20px
;
...
@@ -638,7 +638,7 @@ export default defineComponent({
...
@@ -638,7 +638,7 @@ export default defineComponent({
color
:
#ff4848
;
color
:
#ff4848
;
}
}
.tip_right
{
.tip_right
{
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
...
@@ -676,7 +676,7 @@ export default defineComponent({
...
@@ -676,7 +676,7 @@ export default defineComponent({
margin-right
:
11px
;
margin-right
:
11px
;
}
}
.add_btn
{
.add_btn
{
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
font-size
:
14px
;
font-size
:
14px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
...
@@ -774,7 +774,7 @@ export default defineComponent({
...
@@ -774,7 +774,7 @@ export default defineComponent({
cursor
:
pointer
;
cursor
:
pointer
;
&
:hover
{
&
:hover
{
background-color
:
#f7f9fb
;
background-color
:
#f7f9fb
;
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
}
}
}
}
}
}
...
...
src/views/pass/TransferRecord/TransferRecordList.vue
View file @
2d16c68b
...
@@ -203,7 +203,7 @@ export default defineComponent({
...
@@ -203,7 +203,7 @@ export default defineComponent({
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
.text-btn
{
.text-btn
{
color
:
#4a90e2
!
important
;
color
:
var
(
--
sy-blue
)
!
important
;
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
normal
;
font-weight
:
normal
;
outline
:
none
!
important
;
outline
:
none
!
important
;
...
...
src/views/userCenter/CompanyVerify/VerifyStep.vue
View file @
2d16c68b
...
@@ -65,7 +65,7 @@ export default defineComponent({
...
@@ -65,7 +65,7 @@ export default defineComponent({
}
}
.step-icon
{
.step-icon
{
font-size
:
45px
;
font-size
:
45px
;
color
:
#3f79fe
;
color
:
var
(
--sy-blue
)
;
}
}
.step-msg
{
.step-msg
{
width
:
250px
;
width
:
250px
;
...
@@ -83,6 +83,6 @@ export default defineComponent({
...
@@ -83,6 +83,6 @@ export default defineComponent({
line-height
:
28px
;
line-height
:
28px
;
}
}
.step-active
{
.step-active
{
color
:
#3f79fe
!important
;
color
:
var
(
--sy-blue
)
!important
;
}
}
</
style
>
</
style
>
src/views/userCenter/choosePackage/index.vue
View file @
2d16c68b
...
@@ -543,7 +543,7 @@ export default defineComponent({
...
@@ -543,7 +543,7 @@ export default defineComponent({
}
}
}
}
.prompt-box--blue
{
.prompt-box--blue
{
background
:
#3f79fe
;
background
:
var
(
--
sy-blue
)
;
}
}
.download
{
.download
{
text-align
:
center
;
text-align
:
center
;
...
@@ -616,7 +616,7 @@ export default defineComponent({
...
@@ -616,7 +616,7 @@ export default defineComponent({
font-size
:
14px
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
line-height
:
20px
;
line-height
:
20px
;
}
}
p
{
p
{
...
@@ -798,7 +798,7 @@ export default defineComponent({
...
@@ -798,7 +798,7 @@ export default defineComponent({
margin-top
:
32px
;
margin-top
:
32px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
span
{
span
{
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
font-size
:
16px
;
font-size
:
16px
;
}
}
}
}
...
@@ -858,7 +858,7 @@ export default defineComponent({
...
@@ -858,7 +858,7 @@ export default defineComponent({
width
:
44px
;
width
:
44px
;
height
:
44px
;
height
:
44px
;
margin-top
:
38px
;
margin-top
:
38px
;
background
:
#3f79fe
;
background
:
var
(
--
sy-blue
)
;
border-radius
:
50%
;
border-radius
:
50%
;
line-height
:
44px
;
line-height
:
44px
;
text-align
:
center
;
text-align
:
center
;
...
@@ -938,21 +938,21 @@ export default defineComponent({
...
@@ -938,21 +938,21 @@ export default defineComponent({
position
:
absolute
;
position
:
absolute
;
bottom
:
-1px
;
bottom
:
-1px
;
right
:
0
;
right
:
0
;
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
i
{
i
{
font-size
:
24px
;
font-size
:
24px
;
}
}
}
}
}
}
.check
{
.check
{
border
:
1px
solid
#3f79fe
;
border
:
1px
solid
var
(
--
sy-blue
)
;
}
}
}
}
.button
{
.button
{
margin-top
:
31px
;
margin-top
:
31px
;
width
:
120px
;
width
:
120px
;
height
:
40px
;
height
:
40px
;
background
:
#3f79fe
;
background
:
var
(
--
sy-blue
)
;
border-radius
:
4px
;
border-radius
:
4px
;
text-align
:
center
;
text-align
:
center
;
font-size
:
14px
;
font-size
:
14px
;
...
@@ -973,7 +973,7 @@ export default defineComponent({
...
@@ -973,7 +973,7 @@ export default defineComponent({
position
:
relative
;
position
:
relative
;
}
}
.contact-customer-service
{
.contact-customer-service
{
color
:
#3f79fe
;
color
:
var
(
--
sy-blue
)
;
cursor
:
pointer
;
cursor
:
pointer
;
&
:hover
+
.customer-service-WeChat
{
&
:hover
+
.customer-service-WeChat
{
display
:
block
;
display
:
block
;
...
...
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