修改页面detail和coll字体以及比例
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user