Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
c8929bf4
Commit
c8929bf4
authored
Dec 26, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
界面滚动条宽度修改
parent
77ed930d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.scss
applications/architecture-dee/src/styles/index.scss
+2
-2
my-task.vue
...ns/dee-task-center/src/views/home/compontents/my-task.vue
+4
-0
No files found.
applications/architecture-dee/src/styles/index.scss
View file @
c8929bf4
...
...
@@ -185,8 +185,8 @@ div:focus {
}
div
:
:-
webkit-scrollbar
{
width
:
1
0
px
!
important
;
height
:
1
0
px
!
important
;
width
:
1
3
px
!
important
;
height
:
1
3
px
!
important
;
}
div
:
:-
webkit-scrollbar-track
{
...
...
applications/dee-task-center/src/views/home/compontents/my-task.vue
View file @
c8929bf4
...
...
@@ -564,6 +564,10 @@ export default {
}
}
.el-scrollbar__bar.is-vertical
{
width
:
13px
;
top
:
2px
;
}
}
.mt20
{
display
:
inline-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