2026-05-20-15-54-46 逆向工作区视图交互与布局优化

This commit is contained in:
2026-05-20 16:08:07 +08:00
parent 27cff93711
commit 6c9787803c
6 changed files with 514 additions and 71 deletions

View File

@@ -142,10 +142,10 @@
.mapping-slice-vertical-input::-webkit-slider-thumb {
appearance: none;
-webkit-appearance: none;
background: #22d3ee;
border: 3px solid #0f172a;
background: #2563eb;
border: 3px solid #ffffff;
border-radius: 9999px;
box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.16), 0 8px 18px rgba(8, 47, 73, 0.45);
box-shadow: 0 2px 8px rgba(37, 99, 235, 0.28);
cursor: grab;
height: 22px;
width: 22px;
@@ -158,10 +158,10 @@
}
.mapping-slice-vertical-input::-moz-range-thumb {
background: #22d3ee;
border: 3px solid #0f172a;
background: #2563eb;
border: 3px solid #ffffff;
border-radius: 9999px;
box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.16), 0 8px 18px rgba(8, 47, 73, 0.45);
box-shadow: 0 2px 8px rgba(37, 99, 235, 0.28);
cursor: grab;
height: 16px;
width: 16px;