Kaynağa Gözat

隐藏单点登录设置;页面可复制

master
wangzhonglu 5 gün önce
ebeveyn
işleme
eca9e35989

+ 1
- 8
src/assets/less/common.less Dosyayı Görüntüle

@@ -3,20 +3,13 @@
3 3
 }
4 4
 html,
5 5
 body,
6
-#app,
7
-.dashboard_wrap {
6
+#app {
8 7
   position: relative;
9 8
   width: 100vw;
10 9
   height: 100vh;
11 10
   font-family: "DIN" !important;
12 11
   color: #253a70;
13 12
   font-size: 14px;
14
-  -webkit-touch-callout: none;
15
-  -webkit-user-select: none;
16
-  -khtml-user-select: none;
17
-  -moz-user-select: none;
18
-  -ms-user-select: none;
19
-  user-select: none;
20 13
   background: #ffff;
21 14
   box-sizing: border-box;
22 15
   overflow: hidden;

+ 1
- 1
src/views/regionSection/regionManage/regionManage.vue Dosyayı Görüntüle

@@ -32,7 +32,7 @@
32 32
             >
33 33
               删除
34 34
             </div>
35
-            <div @click="toSet(row)">设置</div>
35
+            <!-- <div @click="toSet(row)">设置</div> -->
36 36
           </div>
37 37
         </template>
38 38
       </Table>

+ 0
- 5
src/views/schoolSection/userManage/userManage.vue Dosyayı Görüntüle

@@ -1143,11 +1143,6 @@ export default {
1143 1143
           line-height: 40px;
1144 1144
         }
1145 1145
       }
1146
-      .ivu-table {
1147
-        -moz-user-select: none;
1148
-        -khtml-user-select: none;
1149
-        user-select: none;
1150
-      }
1151 1146
       div .ivu-table-header thead tr > th {
1152 1147
         height: 40px;
1153 1148
       }

Loading…
İptal
Kaydet