Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2024-12-25 15:28:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1e13153617f08d0823278df6daf80b01eb432d52
1e131536
1 parent
f450089c
样式修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
4 deletions
web/src/assets/styles/fedex.scss
web/src/views/uploadDetail/dialog.vue
web/src/assets/styles/fedex.scss
View file @
1e13153
...
...
@@ -1116,7 +1116,7 @@ input:disabled {
}
.el-dialog__body
{
padding
:
10px
5
0px
!
important
;
padding
:
10px
3
0px
!
important
;
}
}
...
...
@@ -1177,3 +1177,65 @@ input:disabled {
}
}
}
.el-table__body-wrapper
{
&
:
:-
webkit-scrollbar
{
height
:
8px
;
width
:
8px
;
}
&
:
:-
webkit-scrollbar-track
{
background-color
:
#fff
;
}
&
:
:-
webkit-scrollbar-thumb
{
background-color
:
#ccc
;
}
&
:
:-
webkit-scrollbar-thumb
:
hover
{
background-color
:
#409eff
;
}
}
.el-scrollbar__wrap
{
&
:
:-
webkit-scrollbar
{
height
:
0px
;
width
:
0px
;
}
}
// 当表格有纵向滚动条时
.el-table--scrollable-y
.el-table__fixed-right
{
right
:
7px
!
important
;
}
// 当表格只有横向滚动条,没有纵向滚动条时
.el-table--scrollable-x
:not
(
.el-table--scrollable-y
)
.el-table__fixed-right
{
right
:
0
!
important
;
}
::-webkit-scrollbar
{
height
:
8px
;
width
:
8px
;
}
::-webkit-scrollbar-track
{
background-color
:
#fff
;
}
::-webkit-scrollbar-thumb
{
background-color
:
#ccc
;
}
::-webkit-scrollbar-thumb:hover
{
background-color
:
#409eff
;
}
.el-scrollbar__wrap
{
&
:
:-
webkit-scrollbar
{
height
:
0px
;
width
:
0px
;
}
}
\ No newline at end of file
...
...
web/src/views/uploadDetail/dialog.vue
View file @
1e13153
...
...
@@ -105,8 +105,8 @@
prop="option"
label=""
:fixed="false"
align="
right
"
width="1
2
0"
align="
center
"
width="1
5
0"
>
<template slot-scope="scope">
<div class="historyOption">
...
...
@@ -180,7 +180,7 @@ export default {
{
label: "ACTION",
prop: "action",
width: 1
8
0,
width: 1
0
0,
align: "left",
},
],
...
...
Please
register
or
login
to post a comment