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
c0bd28b6
Commit
c0bd28b6
authored
Jun 14, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ui
parent
d0b1e16f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
package-lock.json
package-lock.json
+3
-3
package.json
package.json
+1
-1
MenuItem.vue
src/components/Menu/MenuItem.vue
+0
-1
No files found.
package-lock.json
View file @
c0bd28b6
...
...
@@ -827,9 +827,9 @@
}
},
"cqk-sy-ui"
:
{
"version"
:
"1.2.3
1
"
,
"resolved"
:
"https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.3
1
.tgz"
,
"integrity"
:
"sha512-
RPM2fLPrY6toHVkuDKUuqrZasT2y2ef2VA42IrGz/pQGitUNYhA5oxAaEyQLgnQDXAdteUr4zqx119+yCunxI
Q=="
,
"version"
:
"1.2.3
2
"
,
"resolved"
:
"https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.3
2
.tgz"
,
"integrity"
:
"sha512-
EFXyHSrTsPkj4KvlZ0SXUwTt8P5Iyu7Djl9a6AHBl2J7cyIXj+WJj1D0779tkMt6OyMW6I6xsvq4v9PjlIwhF
Q=="
,
"requires"
:
{
"axios"
:
"^0.26.1"
,
"crypto-js"
:
"^4.1.1"
,
...
...
package.json
View file @
c0bd28b6
...
...
@@ -10,7 +10,7 @@
"dependencies"
:
{
"
axios
"
:
"^0.26.1"
,
"
comlink
"
:
"^4.3.1"
,
"
cqk-sy-ui
"
:
"^1.2.3
1
"
,
"
cqk-sy-ui
"
:
"^1.2.3
2
"
,
"
crypto-js
"
:
"^4.1.1"
,
"
element-plus
"
:
"^2.1.9"
,
"
js-md5
"
:
"^0.7.3"
,
...
...
src/components/Menu/MenuItem.vue
View file @
c0bd28b6
...
...
@@ -32,7 +32,6 @@ $selectColor: #353535;
}
.menuName
{
font-size
:
14px
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
400
;
line-height
:
20px
;
color
:
$selectColor
;
...
...
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