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
3179661b
Commit
3179661b
authored
Jun 14, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ui
parent
01cf0fdc
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
17 additions
and
17 deletions
+17
-17
package-lock.json
package-lock.json
+3
-3
package.json
package.json
+1
-1
ChainBrowser.vue
src/components/Menu/ChainBrowser.vue
+1
-1
MenuItem.vue
src/components/Menu/MenuItem.vue
+5
-2
index.vue
src/components/Menu/index.vue
+1
-1
index.vue
src/components/Step/index.vue
+2
-2
Title.vue
src/components/Title.vue
+1
-1
AlbumItem.vue
...Collection/AlbumManagement/components/Album/AlbumItem.vue
+2
-2
index.vue
...tion/CollectionManagement/components/AlbumTable/index.vue
+0
-3
index.vue
src/views/Collection/PassMaker/DialogOfSelectAlbum/index.vue
+1
-1
No files found.
package-lock.json
View file @
3179661b
...
...
@@ -827,9 +827,9 @@
}
},
"cqk-sy-ui"
:
{
"version"
:
"1.2.
29
"
,
"resolved"
:
"https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.
29
.tgz"
,
"integrity"
:
"sha512-
rwhXoQ2sU0Scm9z377v1IJQ93fb/jdV8w5cN4GqZZq98Lwevti1D9WPxjy/XF+6IJmYd7pQMo/b1baNtFYAQuA
=="
,
"version"
:
"1.2.
30
"
,
"resolved"
:
"https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.
30
.tgz"
,
"integrity"
:
"sha512-
Swdwu1iGfHB3mreaUA8igW1AT2Kg3Y7o+TbMxkFAc9MmwlPyubtI1QNAjTNdIIpRM6f/voxEwLNFX6jScMXARQ
=="
,
"requires"
:
{
"axios"
:
"^0.26.1"
,
"crypto-js"
:
"^4.1.1"
,
...
...
package.json
View file @
3179661b
...
...
@@ -10,7 +10,7 @@
"dependencies"
:
{
"
axios
"
:
"^0.26.1"
,
"
comlink
"
:
"^4.3.1"
,
"
cqk-sy-ui
"
:
"^1.2.
29
"
,
"
cqk-sy-ui
"
:
"^1.2.
30
"
,
"
crypto-js
"
:
"^4.1.1"
,
"
element-plus
"
:
"^2.1.9"
,
"
js-md5
"
:
"^0.7.3"
,
...
...
src/components/Menu/ChainBrowser.vue
View file @
3179661b
...
...
@@ -21,7 +21,7 @@
font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color:
#353535
;
color:
var(--sy-gray)
;
"
>
链上验证数据是否上链
...
...
src/components/Menu/MenuItem.vue
View file @
3179661b
...
...
@@ -18,7 +18,7 @@ const props = defineProps<{
}
>
();
</
script
>
<
style
lang=
"scss"
scoped
>
$notSelectColor
:
#959595
;
$notSelectColor
:
var
(
--
sy-gray
)
;
$selectColor
:
#353535
;
.menuItem
{
...
...
@@ -35,7 +35,7 @@ $selectColor: #353535;
.menuName
{
font-size
:
14px
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
6
00
;
font-weight
:
4
00
;
line-height
:
20px
;
}
}
...
...
@@ -43,5 +43,8 @@ $selectColor: #353535;
color
:
$selectColor
;
background
:
#e5e5e5
;
border-radius
:
var
(
--
border-radius
);
.menuName
{
font-weight
:
600
;
}
}
</
style
>
src/components/Menu/index.vue
View file @
3179661b
...
...
@@ -85,7 +85,7 @@ const menuList = [
otherActivePath
:
[
"/albumManagement"
,
"/albumDetail"
,
"/transferRecords"
],
icon
:
{
active
:
{
iconName
:
"iconzichan21"
,
props
:
{
color
:
"#3A3A3A"
}
},
notActive
:
{
iconName
:
"iconzichan21"
,
props
:
{
color
:
"
#959595
"
}
},
notActive
:
{
iconName
:
"iconzichan21"
,
props
:
{
color
:
"
var(--sy-gray)
"
}
},
},
},
{
...
...
src/components/Step/index.vue
View file @
3179661b
...
...
@@ -41,7 +41,7 @@
>
<Icon
:style=
"
{
color: ele.mode === 'dark' ? '
#959595
' : 'white',
color: ele.mode === 'dark' ? '
var(--sy-gray)
' : 'white',
}"
icon-name="iconweixuanze3"
class="flex-shrink-0 transition-all"
...
...
@@ -51,7 +51,7 @@
v-if=
"ele.index !== steps.length"
class=
"number transition-all"
:style=
"
{
color: ele.mode === 'dark' ? '
#959595
' : 'white',
color: ele.mode === 'dark' ? '
var(--sy-gray)
' : 'white',
}"
>
{{
ele
.
index
}}
...
...
src/components/Title.vue
View file @
3179661b
...
...
@@ -77,6 +77,6 @@ defineProps<{
letter-spacing
:
1px
;
}
.grayTitle
{
color
:
#959595
;
color
:
var
(
--
sy-gray
)
;
}
</
style
>
src/views/Collection/AlbumManagement/components/Album/AlbumItem.vue
View file @
3179661b
...
...
@@ -15,7 +15,7 @@
{{
name
}}
</div>
<div
class=
"time"
>
{{
formatTime
(
time
)
}}
{{
formatTime
(
time
,
'YYYY.MM.DD'
)
}}
</div>
</div>
<slot
name=
"bottomR"
>
...
...
@@ -98,7 +98,7 @@ const clickItem = (item: string) => {
font-size
:
12px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#353535
;
color
:
var
(
--
sy-gray
)
;
}
}
</
style
>
src/views/Collection/CollectionManagement/components/AlbumTable/index.vue
View file @
3179661b
...
...
@@ -43,9 +43,6 @@
@
click=
"transfer(props)"
>
划转
</syButton
>
<!--
<span
class=
"text-gray"
v-else-if=
"props.transfer_status === 1"
>
划转中
</span
>
-->
<span
class=
"text-gray"
v-else-if=
"props.transfer_status === 2"
>
已划转
</span
>
...
...
src/views/Collection/PassMaker/DialogOfSelectAlbum/index.vue
View file @
3179661b
...
...
@@ -134,7 +134,7 @@ watch(searchInput, (newSearch) => {
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#959595
;
color
:
var
(
--
sy-gray
)
;
}
}
.tip
{
...
...
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