mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 20:30:48 +08:00
完善定时任务视图拖拽
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
|
||||
.crontab-view {
|
||||
.ant-tabs-nav-wrap {
|
||||
min-width: 200px;
|
||||
flex: unset !important;
|
||||
}
|
||||
|
||||
@@ -154,3 +155,11 @@
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
tr.drop-over-downward td {
|
||||
border-bottom: 2px dashed #1890ff;
|
||||
}
|
||||
|
||||
tr.drop-over-upward td {
|
||||
border-top: 2px dashed #1890ff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user