Browse Source

营销产品bug修复

qymljy 1 year ago
parent
commit
1ed00cee3d
1 changed files with 5 additions and 6 deletions
  1. 5 6
      src/WebsiteManagement/marketproductMag/modules/detail.vue

+ 5 - 6
src/WebsiteManagement/marketproductMag/modules/detail.vue

@@ -41,8 +41,7 @@
             <el-button
               size="small"
               type="primary"
-              class="inline-16"
-              style="margin-right: 25px"
+              style="margin-right: 25px!important;"
               @click="statusChange"
               v-if="tool.checkAuth($route.name, 'update')"
               >{{ detailInfo.isonsale == 0 ? "发布" : "取消发布" }}</el-button
@@ -73,15 +72,15 @@
       </div>
       <div class="drawer__panel" >
         <p style="font-size: 14px">技术参数</p>
-        <div class="content">
+        <div class="content_style">
           <div ref="technicalparam" class="fwb"></div>
         </div>
         <p style="font-size: 14px; margin-top: 20px">材质说明</p>
-        <div class="content">
+        <div class="content_style">
           <div ref="materialdescription" class="fwb"></div>
         </div>
         <p style="font-size: 14px; margin-top: 20px">产品概述</p>
-        <div class="content">
+        <div class="content_style">
           <div ref="contentstr" class="fwb"></div>
         </div>
       </div>
@@ -163,7 +162,7 @@ export default {
 </script>
 
 <style scoped>
-.content {
+.content_style {
   border: 1px solid #9ca3af;
   margin-top: 10px;
   max-height: 500px;