修改页面detail和coll字体以及比例

This commit is contained in:
X1627315083
2024-01-10 14:09:44 +08:00
parent 59c5e59347
commit 46a02478b6
35 changed files with 1191 additions and 1305 deletions

View File

@@ -3,7 +3,7 @@
v-model:visible="setLabelShow"
:footer="null"
:title="$t('setLabel.EditTag')"
width="65%"
width="78%"
:maskClosable="false"
:keyboard="false"
:centered="true"
@@ -356,7 +356,7 @@ export default defineComponent({
flex-direction: column;
// height: 300px;
min-height: 50rem;
max-height: calc(100rem*.614);
max-height: calc(65rem*1.2);
overflow-y: auto;
// border-radius: ;
position: relative;