Bladeren bron

样式修改

marymelisa 4 jaren geleden
bovenliggende
commit
61ff11f7c8

+ 8 - 0
src/assets/styles/mixin.less

@@ -240,6 +240,11 @@
                     background-color: @m-blue3;
                 }
             }
+            tr.ant-table-expanded-row {
+                td {
+                    text-align: right;
+                }
+            }
         }
         .ant-table-placeholder {
             border: 0;
@@ -578,6 +583,9 @@
 .ml10 {
     margin-left: 10px;
 }
+.ml5{
+    margin-left: 5px;
+}
 .grey {
     color: @m-grey2;
 }

+ 3 - 3
src/services/request/serviceURL.ts

@@ -73,10 +73,10 @@ export const commonSearchUrl = (url: string): string => {
 export const setServiceURL = (config: URL): void => {
     // console.log('URL', config);
     // 外网环境(175),外包同事使用
-    if (process.env.NODE_ENV === 'development') {
+    // if (process.env.NODE_ENV === 'development') {
         serviceURL.goCommonSearchUrl = 'http://218.17.158.45:21001/api';
         serviceURL.quoteUrl = 'ws://218.17.158.45:21004';
         serviceURL.tradeUrl = 'ws://218.17.158.45:21005';
-    }
-    serviceURL = config;
+    // }
+    // serviceURL = config;
 };

+ 4 - 4
src/views/information/goods/components/modify/index.vue

@@ -142,7 +142,7 @@
                 客户二
               </a-select-option>
             </a-select>
-            <a-select class="inlineFormSelect"
+            <a-select class="inlineFormSelect ml5"
                       style="width: 205px"
                       placeholder="请选择市">
               <a-select-option value="1">
@@ -152,7 +152,7 @@
                 客户二
               </a-select-option>
             </a-select>
-            <a-select class="inlineFormSelect"
+            <a-select class="inlineFormSelect ml5"
                       style="width: 205px"
                       placeholder="请选择县(区)">
               <a-select-option value="1">
@@ -169,7 +169,7 @@
         <a-col :span="24">
           <a-form-item label="&nbsp;">
             <a-input class="dialogInput"
-                     style="width: 635px"
+                     style="width: 625px"
                      placeholder="请输入详细地址" />
           </a-form-item>
         </a-col>
@@ -178,7 +178,7 @@
         <a-col :span="24">
           <a-form-item label="备注">
             <a-input class="dialogInput"
-                     style="width: 635px"
+                     style="width: 625px"
                      placeholder="请输入备注" />
           </a-form-item>
         </a-col>

+ 1 - 1
src/views/information/spot-contract/list/unsubmitted/index.vue

@@ -7,7 +7,7 @@
         </filterCustomTable>
         <contextMenu :contextMenuList="forDataBtn">
             <a-table :columns="columns"
-                     class="topTable"
+                     class="topTable hiddenFirstCol"
                      :pagination="false"
                      :expandedRowKeys="expandedRowKeys"
                      :customRow="Rowclick"