@@ -9,7 +9,7 @@
<n-input-number
v-model:value="Width"
readonly
- style="width: 70%"
+ style="flex: 1;"
/>
</n-input-group>
<n-input-group>
@@ -17,14 +17,14 @@
v-model:value="Height"
<n-input-group-label>隧道比例</n-input-group-label>
v-model:value="scale"
@update:value="initViewer"
@@ -319,10 +319,10 @@ onMounted(() => {
width: 100%;
display: flex;
margin-top: 10px;
-
- // justify-content: center;
- &>label {
- margin-right: 10px;
+ justify-content: space-between;
+
+ &>div {
+ width:31%;
}