Browse Source

消息标题显示不正常

wukai 1 year ago
parent
commit
e9f2f0a430
1 changed files with 35 additions and 36 deletions
  1. 35 36
      src/views1/Page/RightMores/RightMoresView.vue

+ 35 - 36
src/views1/Page/RightMores/RightMoresView.vue

@@ -38,9 +38,9 @@
                 >
               </el-form-item>
             </el-form>
-  
-           
-  
+
+
+
             <el-table
               v-loading="loading"
               :data="msgList"
@@ -53,15 +53,15 @@
               <el-button size="small" @click="looks(scope.row)">查看</el-button>
               </template>
               </el-table-column>
-              
+
               <el-table-column
                 label="发布时间"
                 align="center"
                 prop="createTime"
               />
-            
+
             </el-table>
-  
+
             <pagination
               v-show="total > 0"
               :total="total"
@@ -69,7 +69,7 @@
               :limit.sync="queryParams.pageSize"
               @pagination="getList"
             />
-  
+
             <!-- 添加或修改系统通知对话框 -->
             <el-dialog
               :title="title"
@@ -91,7 +91,7 @@
         <el-button @click="cancel">取 消</el-button>
       </div>
             </el-dialog>
-  
+
             <!-- 通知内容 -->
             <el-dialog
               title="通知内容"
@@ -100,7 +100,7 @@
               custom-class="el-dialog6"
             >
               <div class="main" v-html="details">
-              
+
               </div>
               <span slot="footer" class="dialog-footer1">
                 <el-button type="primary" @click="look1 = false">确 定</el-button>
@@ -112,12 +112,12 @@
       </div>
     </div>
   </template>
-      
+
       <script>
   import "@/styles1/element-ui1.scss";
 
   import { delShare1, delShare2, notice, msg } from "@/api/doc/share1";
-  
+
   import {
     listMsg,
     getMsg,
@@ -125,7 +125,7 @@
     addMsg,
     updateMsg
   } from "@/api/doc/msg";
-  
+
   export default {
     name: "Msg",
     data() {
@@ -134,7 +134,7 @@
         look1: false,
         //通知内容
         details:"",
-  
+
        // 部门树选项
        deptOptions: undefined,
         // 遮罩层
@@ -305,11 +305,11 @@
     },
   };
   </script>
-      
+
       <style scoped lang='scss'>
   .containe {
     color: #7ea4c8;
-    font-size: 0.14rem;
+    //font-size: 0.14rem;
     font-family: PingFang SC-Medium, PingFang SC;
     font-weight: 500;
     padding-left: calc(100vw * (20 / 1920));
@@ -379,19 +379,19 @@
           background: #016c9aa6;
           color: #2e8aec;
         }
-  
+
         ::v-deep .el-table tr {
           background: transparent;
         }
-  
+
         ::v-deep .el-table tbody tr:hover > td {
           background-color: #016c9a78 !important;
         }
-  
+
         ::v-deep .el-table td.el-table__cell {
           border-bottom: 1px solid #006c9aff;
         }
-  
+
         ::v-deep .el-table th.el-table__cell.is-leaf {
           border-bottom: 1px solid #006c9aff;
         }
@@ -423,32 +423,32 @@
       }
     }
   }
-  
+
   //新增/修改弹窗样式
   ::v-deep .el-dialog__title {
     color: white;
   }
-  
+
   ::v-deep .el-dialog .el-form-item {
     margin-top: calc(100vw * (30 / 1920));
   }
-  
+
   ::v-deep .el-upload-list__item:hover {
     background: #002659ff;
   }
-  
+
   //弹窗底部按钮的位置
   ::v-deep .el-dialog__footer {
     padding: 0;
   }
-  
+
   //弹窗关闭按钮
   ::v-deep .el-dialog__headerbtn {
     top: calc(100vh * (45 / 1080));
     right: calc(100vw * (20 / 1920));
     font-size: 20px;
   }
-  
+
   ::v-deep .el-dialog5 {
     width: calc(100vw * (800 / 1920)) !important;
     height: calc(100vh * (950 / 1080)) !important;
@@ -458,7 +458,7 @@
     ::v-deep .el-dialog:not(.is-fullscreen) {
       margin-top: 2vh !important;
     }
-  
+
     //弹窗中间内容
     .el-dialog__body {
       // width: calc(100vw * (620 / 1920)) ;
@@ -468,28 +468,28 @@
       padding-right: 50px;
       overflow: auto;
     }
-  
+
     .el-dialog__header {
       padding-bottom: 0;
     }
     .el-form-item__label {
       color: #2e8aecff;
     }
-  
+
     .el-upload__tip {
       font-size: 12px;
       color: #006c9aff;
       margin-top: 0px;
     }
-  
+
     .el-upload-list__item {
       margin: 0;
     }
-  
+
     .el-tag + .el-tag {
       margin-left: 10px;
     }
-  
+
     .button-new-tag {
       margin-left: 10px;
       height: 32px;
@@ -497,7 +497,7 @@
       padding-top: 0;
       padding-bottom: 0;
     }
-  
+
     .input-new-tag {
       width: 90px;
       margin-left: 10px;
@@ -553,7 +553,6 @@
     }
   }
   </style>
-      
-    
-    
-    
+
+
+