mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 11:49:02 +08:00
修复积分操作页横向滚动并支持顶部拖动窗口
This commit is contained in:
@@ -64,3 +64,13 @@ textarea {
|
||||
.ss-table-center .ant-table td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ss-operation-drawer .ant-drawer-header {
|
||||
-webkit-app-region: drag;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.ss-operation-drawer .ant-drawer-header .ant-drawer-close,
|
||||
.ss-operation-drawer .ant-drawer-header button {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user