浏览代码

修改样式

zs 1 年之前
父节点
当前提交
16ec1e48d9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/order/detail.vue

+ 4 - 4
src/views/order/detail.vue

@@ -17,11 +17,11 @@
               <el-col :span="12" class="right"> {{ info.zhStatus }}</el-col>
             </el-col>
             <el-col :span="24" class="two_2">
-              <el-col :span="9" class="left">
+              <el-col :span="6" class="left">
                 <el-image v-if="info.spec_file" class="image" :src="info.spec_file && info.spec_file.length > 0 ? info.spec_file[0].url : ''" />
                 <el-image v-else class="image" :src="info.good_file && info.good_file.length > 0 ? info.good_file[0].url : ''" />
               </el-col>
-              <el-col :span="15" class="right">
+              <el-col :span="18" class="right">
                 <el-col :span="24" class="name">
                   <text>{{ info.zhType || '暂无' }}</text>
                   <text>{{ info.good_name || '暂无' }}</text>
@@ -203,8 +203,8 @@ const toBack = () => {
 
     .left {
       .image {
-        width: 200px;
-        height: 200px;
+        width: 150px;
+        height: 150px;
         border-radius: 5px;
         border: 1px solid #f9f9f9;
       }