diff --git a/sub-operation-service/src/layouts/index.vue b/sub-operation-service/src/layouts/index.vue index dd707f2..28215da 100644 --- a/sub-operation-service/src/layouts/index.vue +++ b/sub-operation-service/src/layouts/index.vue @@ -14,7 +14,7 @@ import Main from './component/Main'; .basic-layout { width: 100%; min-width: 1200px; - height: 100%; + height: fit-content; &-container { position: relative; margin-left: 210px; diff --git a/sub-operation-service/src/views/ecommerce/components/purchaserPopup.vue b/sub-operation-service/src/views/ecommerce/components/purchaserPopup.vue index 881ddb7..c64511c 100644 --- a/sub-operation-service/src/views/ecommerce/components/purchaserPopup.vue +++ b/sub-operation-service/src/views/ecommerce/components/purchaserPopup.vue @@ -85,8 +85,8 @@
- 收货地址: - + 收货地址: +
@@ -193,7 +193,7 @@ defineExpose({ .unit::after { content: 'kg'; position: absolute; - right: 10px; /* 调整单位与输入框的距离 */ + right: 65px; /* 调整单位与输入框的距离 */ color: #000; /* 单位颜色 */ pointer-events: none; /* 防止单位遮挡输入框 */ } @@ -207,8 +207,7 @@ defineExpose({ display: flex; align-items: center; .labels { - width: 25%; - margin-right: 10px; + padding-right: 12px; } input { width: calc(74% - 20px);