perf: 处理组件悬浮圆角

This commit is contained in:
奔跑的面条 2024-04-10 10:54:03 +08:00
parent 18889bc5cf
commit 792c403f21

View File

@ -139,7 +139,7 @@ const hide = computed(() => {
position: absolute;
width: 100%;
height: 100%;
border-radius: 10px;
border-radius: 4px;
}
.shape-modal-select {