Commit ee9cc8d1 authored by yaoke.yk's avatar yaoke.yk

集数数字的大小调小

parent a8a18380
...@@ -323,10 +323,10 @@ export function StoryboardWorkspace() { ...@@ -323,10 +323,10 @@ export function StoryboardWorkspace() {
active ? "" : "hover:bg-[#f0f4fb] hover:text-[#475569] hover:shadow-sm" active ? "" : "hover:bg-[#f0f4fb] hover:text-[#475569] hover:shadow-sm"
}`} }`}
style={{ style={{
width: 50, width: 44,
height: 56, height: 50,
borderRadius: 16, borderRadius: 14,
fontSize: 20, fontSize: 16,
backgroundColor: active ? "#1c64ff" : "#ffffff", backgroundColor: active ? "#1c64ff" : "#ffffff",
color: active ? "#ffffff" : "#8b95a7", color: active ? "#ffffff" : "#8b95a7",
boxShadow: active ? "0 12px 24px rgba(28, 100, 255, 0.28)" : "0 1px 2px rgba(15, 23, 42, 0.05)", boxShadow: active ? "0 12px 24px rgba(28, 100, 255, 0.28)" : "0 1px 2px rgba(15, 23, 42, 0.05)",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment