浏览代码

修改样式

lichao 3 年之前
父节点
当前提交
b580c7bc94
共有 1 个文件被更改,包括 3 次插入28 次删除
  1. 3 28
      src/views/mallManagement/commodity/productList/detailsPageEdit.vue

+ 3 - 28
src/views/mallManagement/commodity/productList/detailsPageEdit.vue

@@ -10,11 +10,12 @@
           class="el-button--small-yh add-customer-btn"
           type="primary"
           :disabled="disabled"
+          size="small"
           @click="editProductInfo"
       >{{ form.id ? '确认修改' : '确认新增' }}
       </el-button>
     </div>
-    <div style="margin-top: 60px">
+    <div class="customer-main">
       <containerTitle title="基础信息"></containerTitle>
       <basic-container style="margin-bottom: 10px">
         <avue-form ref="form" v-model="form" :option="option">
@@ -277,7 +278,7 @@ export default {
           {
             label: "推广词",
             prop: "promote",
-            span: 8,
+            span: 24,
             rules: [
               {
                 required: true,
@@ -527,38 +528,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;