소스 검색

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin 4 년 전
부모
커밋
d747a82f83
2개의 변경된 파일10개의 추가작업 그리고 19개의 파일을 삭제
  1. 0 17
      src/assets/styles/mixin.less
  2. 10 2
      src/views/business/purchase/components/someprice/index.vue

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

@@ -536,23 +536,6 @@
 .formFieldSet+.formFieldSet {
 .formFieldSet+.formFieldSet {
     margin-top: 35px;
     margin-top: 35px;
 }
 }
-// .formFieldSet {
-//     border: 1px solid @m-grey19;
-//     padding: 0 20px 20px;
-// }
-// .formFieldSet + .formFieldSet {
-//     margin-top: 35px;
-// }
-.ant-form {
-    legend {
-        width: auto;
-        margin-left: 20px;
-        font-size: 16px;
-        color: @m-white0;
-        border-bottom: 0;
-        padding: 0 10px;
-    }
-}
 .ant-form {
 .ant-form {
     legend {
     legend {
       width: auto;
       width: auto;

+ 10 - 2
src/views/business/purchase/components/someprice/index.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
   <!-- 点价登记-->
   <!-- 点价登记-->
-  <a-modal class="commonModal custom-detail"
+  <a-modal class="commonModal someprice"
            :title="selectedRow.contracttype===1? '采购合同-点价登记': '销售合同-点价登记'"
            :title="selectedRow.contracttype===1? '采购合同-点价登记': '销售合同-点价登记'"
            v-model:visible="visible"
            v-model:visible="visible"
            @cancel="cancel"
            @cancel="cancel"
@@ -232,7 +232,7 @@ export default defineComponent({
 </script>
 </script>
 
 
 <style lang="less">
 <style lang="less">
-.custom-detail {
+.someprice {
     .ant-modal-content {
     .ant-modal-content {
         .ant-modal-body {
         .ant-modal-body {
             padding: 24px;
             padding: 24px;
@@ -241,5 +241,13 @@ export default defineComponent({
     .itemTip {
     .itemTip {
         position: absolute;
         position: absolute;
     }
     }
+    legend {
+        width: auto;
+        margin-left: 20px;
+        font-size: 16px;
+        color: @m-white0;
+        border-bottom: 0;
+        padding: 0 10px;
+    }
 }
 }
 </style>;
 </style>;