2023-11-27-dist 字体放大

This commit is contained in:
X1627315083
2023-11-27 16:25:32 +08:00
parent 1f52565aad
commit 6e39ebf5ed
50 changed files with 1995 additions and 227 deletions

View File

@@ -161,7 +161,7 @@ export default defineComponent({
okText: 'Yes',
cancelText: 'No',
mask:false,
// centered:true,
centered:true,
onOk() {
GO.id = 0
_this.showCollectionModal = false
@@ -211,6 +211,7 @@ export default defineComponent({
}
})
.catch((res) => {
this.isShowMark = false
});
@@ -227,7 +228,7 @@ export default defineComponent({
.collection_title{
top: 4rem;
display: flex;
font-size: 1.8rem;
font-size: var(--aida-fsize2);
font-weight: 900;
color: rgba(0,0,0,.65);
z-index: 2;
@@ -248,7 +249,7 @@ export default defineComponent({
margin-right: 4rem;
}
.collection_title_text_intro{
font-size: 1.2rem;
font-size: var(--aida-fsize1-4);
font-weight: 400;
color: rgba(0,0,0,.45);
}