Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
459e5248
Commit
459e5248
authored
Jul 17, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
0a2b1a12
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+7
-1
bidding.vue
...i/src/views/detail/party-a/overview/component/bidding.vue
+10
-0
No files found.
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
459e5248
...
@@ -395,6 +395,12 @@ export default {
...
@@ -395,6 +395,12 @@ export default {
margin-top
:
-5px
;
margin-top
:
-5px
;
}
}
}
}
.is-disabled
:hover
{
color
:
rgba
(
35
,
35
,
35
,
0
.8
)
!
important
;
&
:before
{
color
:
rgba
(
35
,
35
,
35
,
0
.8
)
!
important
;
}
}
::v-deep
.el-submenu
.el-menu-item
{
::v-deep
.el-submenu
.el-menu-item
{
font-size
:
12px
;
font-size
:
12px
;
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
...
@@ -408,7 +414,7 @@ export default {
...
@@ -408,7 +414,7 @@ export default {
left
:
21px
;
left
:
21px
;
width
:
2px
;
width
:
2px
;
height
:
2px
;
height
:
2px
;
background
:
rgba
(
35
,
35
,
35
,
0
.8
)
;
background
:
#0081FF
;
border-radius
:
50%
;
border-radius
:
50%
;
}
}
}
}
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/bidding.vue
View file @
459e5248
...
@@ -316,7 +316,17 @@ export default {
...
@@ -316,7 +316,17 @@ export default {
::v-deep
.el-table
.el-table__body-wrapper
tr
:nth-child
(
2n
)
{
::v-deep
.el-table
.el-table__body-wrapper
tr
:nth-child
(
2n
)
{
background
:
#FFFFFF
;
background
:
#FFFFFF
;
}
}
::v-deep
.el-table
.el-table__body-wrapper
tr
:nth-child
(
5
)
.el-table__cell
{
border
:
none
;
}
}
::v-deep
.el-table
::before
{
display
:
none
;
}
}
}
}
}
}
::deep
.el-table
::before
{
display
:
none
;
}
</
style
>
</
style
>
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