2023-11-27-dist 字体放大
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user