Browse Source

页面更新

sr 4 years ago
parent
commit
98572ba5d8
1 changed files with 7 additions and 2 deletions
  1. 7 2
      ruoyi-ui/src/views/index.vue

+ 7 - 2
ruoyi-ui/src/views/index.vue

@@ -112,7 +112,7 @@
                  <el-tab-pane label="用户管理" name="first"> -->
                    <div style="height: 84%;">
                         <div style="height: 85%;">
-                          <h3 style="text-align: center; margin: 35px 0;">{{tieku}}</h3>
+                          <h3 style="text-align: center; margin: 35px 0;" v-html="tieku"></h3>
                           <pre>
                             <div class="index_profilep" v-html="comg"></div>
                           </pre>
@@ -940,7 +940,8 @@ export default {
     padding-bottom: 10px;
    span{
      cursor:pointer;
-     width: 70px;
+     width: 80px;
+     // flex: 1;
      text-align: center;
      line-height: 55px;
      height: 55px;
@@ -949,6 +950,9 @@ export default {
      font-weight: bold;
      color: #666;
      position: relative;
+     overflow: hidden;
+     white-space: nowrap;
+     text-overflow: ellipsis;
      // flex: 1;
      // border-bottom: ;
    }
@@ -1138,6 +1142,7 @@ export default {
       font-weight: bold;
       color: #343434;
       line-height: 27px;
+       text-indent:2em;
     }
     .index_haderPagin{
       margin-top: 25px;