Explorar el Código

修改基础资料样式

lichao hace 3 años
padre
commit
1ebd534837

+ 1 - 27
src/views/basicData/commodityType/detailsPageEdit.vue

@@ -14,6 +14,7 @@
         class="el-button--small-yh add-customer-btn"
         type="primary"
         :disabled="disabled"
+        size="small"
         @click="editCustomer"
         >{{ form.id ? "确认修改" : "确认新增" }}
       </el-button>
@@ -923,39 +924,12 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.customer-head {
-  position: fixed;
-  top: 105px;
-  width: 100%;
-  margin-left: -10px;
-  height: 62px;
-  background: #ffffff;
-  box-shadow: 0 4px 12px 0px rgba(232, 232, 235, 1);
-  z-index: 999;
-  /* display: flex;
-  justify-content: left; */
-}
-
-.customer-back {
-  cursor: pointer;
-  line-height: 62px;
-  font-size: 16px;
-  color: #323233;
-  font-weight: 400;
-}
-
 .back-icon {
   line-height: 64px;
   font-size: 20px;
   margin-right: 8px;
 }
 
-.add-customer-btn {
-  position: fixed;
-  right: 36px;
-  top: 115px;
-}
-
 ::v-deep .el-form-item {
   margin-bottom: 0;
 }

+ 1 - 26
src/views/basicData/productInformation/detailsPageEdit.vue

@@ -11,6 +11,7 @@
           type="primary"
           :disabled="disabled"
           @click="editProductInfo"
+          size="small"
       >{{ form.id ? '确认修改' : '确认新增' }}
       </el-button>
     </div>
@@ -303,26 +304,6 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.customer-head {
-  position: fixed;
-  top: 105px;
-  width: 100%;
-  margin-left: -10px;
-  height: 62px;
-  background: #ffffff;
-  box-shadow: 0 4px 12px 0px rgba(232, 232, 235, 1);
-  z-index: 999;
-  /* display: flex;
-  justify-content: left; */
-}
-
-.customer-back {
-  cursor: pointer;
-  line-height: 62px;
-  font-size: 16px;
-  color: #323233;
-  font-weight: 400;
-}
 
 .back-icon {
   line-height: 64px;
@@ -330,12 +311,6 @@ export default {
   margin-right: 8px;
 }
 
-.add-customer-btn {
-  position: fixed;
-  right: 36px;
-  top: 115px;
-}
-
 ::v-deep .el-form-item {
   margin-bottom: 0;
 }