- 药品名称:
+ 药品名称:
- 搜索
+ 搜索
@@ -49,8 +49,8 @@
v-model:current-page="current_page" @current-change="change_page"/>
- 确认
- 关闭
+ 确认
+ 关闭
@@ -205,23 +205,20 @@ const close = () => {
position: relative;
width: 100%;
display: flex;
- margin: 0 auto;
+ align-items: center;
height: 60px;
span {
position: relative;
display: block;
- width: 100px;
- text-align: right;
- line-height: 40px;
}
.input {
display: block;
flex: 1;
+ min-width: 0;
}
-
button {
width: 80px;
line-height: 40px;
@@ -248,4 +245,7 @@ const close = () => {
width: 100%;
height: 400px;
}
+:deep(.el-input__wrapper){
+ height: 42px;
+}
diff --git a/src/components/inventory/purchase/EditOrder.vue b/src/components/inventory/purchase/EditOrder.vue
index 1b00b30..17eaaa3 100644
--- a/src/components/inventory/purchase/EditOrder.vue
+++ b/src/components/inventory/purchase/EditOrder.vue
@@ -61,13 +61,10 @@
-
-
+
+
- 添加供应商
- {{ inventory_order_data.supplierName }}
+
+ {{ inventory_order_data.supplierName }}
@@ -87,8 +96,8 @@
- 保存
- 编辑
+ 保存
+ 编辑
@@ -96,18 +105,19 @@