mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复任务视图tab样式
This commit is contained in:
parent
1b4ca3a684
commit
ce3df8704d
|
@ -104,10 +104,15 @@
|
||||||
|
|
||||||
.crontab-view {
|
.crontab-view {
|
||||||
.ant-tabs-nav-wrap {
|
.ant-tabs-nav-wrap {
|
||||||
min-width: 200px;
|
|
||||||
flex: unset !important;
|
flex: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-tabs-nav-operations {
|
||||||
|
position: absolute;
|
||||||
|
visibility: hidden;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.view-more {
|
.view-more {
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user