画布卡片

This commit is contained in:
2026-02-09 14:55:55 +08:00
parent 40cf156e2e
commit 24746acaa1
18 changed files with 402 additions and 154 deletions

View File

@@ -110,7 +110,7 @@
}
}
}
&::v-deep > .view {
&:deep(.view) {
margin-top: 5rem;
display: flex;
flex-direction: column;

View File

@@ -37,7 +37,7 @@
font-weight: 500;
font-size: 4rem;
margin-bottom: 2rem;
&::v-deep > b {
&:deep(b) {
font-size: 4.8rem;
font-family: MBold;
}

View File

@@ -43,7 +43,7 @@
font-weight: 500;
font-size: 4rem;
margin-bottom: 6rem;
&::v-deep > b {
&:deep(b) {
font-size: 4.8rem;
font-family: MBold;
}

View File

@@ -61,7 +61,7 @@
font-weight: 500;
font-size: 4rem;
margin-bottom: 9.8rem;
&::v-deep > b {
&:deep(b) {
font-size: 4.8rem;
font-family: MBold;
}
@@ -80,7 +80,7 @@
> .el-select {
width: 100%;
--el-border-radius-base: 0.8rem;
&::v-deep {
&:deep {
font-family: Regular;
.el-select__wrapper {
min-height: auto;