فهرست منبع

修改套保品种弹窗样式调整

marymelisa 4 سال پیش
والد
کامیت
aa89e14067
1فایلهای تغییر یافته به همراه6 افزوده شده و 5 حذف شده
  1. 6 5
      src/views/information/goods/components/hedgingModify/index.vue

+ 6 - 5
src/views/information/goods/components/hedgingModify/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 修改套保品种 -->
-  <a-modal class="commonModal modify-custom"
+  <a-modal class="commonModal fieldsetForm modify-custom"
            title="修改套保品种"
            v-if="visible"
            v-model:visible="visible"
@@ -23,17 +23,17 @@
         <a-row :gutter="24">
           <a-col :span="12">
             <a-form-item label="套保品种名称">
-              <span>{{selctedMG.mg.middlegoodsname}}</span>
+              <span class="white">{{selctedMG.mg.middlegoodsname}}</span>
             </a-form-item>
           </a-col>
           <a-col :span="12">
             <a-form-item label="单位">
-              <span>{{getGoodsUnitEnumItemName(selctedMG.mg.goodsunitid)}}</span>
+              <span class="white">{{getGoodsUnitEnumItemName(selctedMG.mg.goodsunitid)}}</span>
             </a-form-item>
           </a-col>
           <a-col :span="12">
             <a-form-item label="当前套保比例">
-              <span>{{(selctedMG.mg.needhedgeratio * 100).toFixed(2)}}%</span>
+              <span class="white">{{(selctedMG.mg.needhedgeratio * 100).toFixed(2)}}%</span>
             </a-form-item>
           </a-col>
           <a-col :span="12">
@@ -41,6 +41,7 @@
               <!-- <a-input class="dialogInput"
                        v-model:value="domain.wrstandardname"
                        placeholder="请输入品类"></a-input> -->
+              <span class="white"></span>
             </a-form-item>
           </a-col>
         </a-row>
@@ -50,7 +51,7 @@
         <a-row :gutter="24">
           <a-col :span="24">
             <a-form-item label="备注">
-              <span>{{selctedMG.mg.remark}}</span>
+              <span class="white">{{selctedMG.mg.remark}}</span>
             </a-form-item>
           </a-col>
         </a-row>