Browse Source

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

master
wangzhonglu 5 days ago
parent
commit
eca9e35989

+ 1
- 8
src/assets/less/common.less View File

3
 }
3
 }
4
 html,
4
 html,
5
 body,
5
 body,
6
-#app,
7
-.dashboard_wrap {
6
+#app {
8
   position: relative;
7
   position: relative;
9
   width: 100vw;
8
   width: 100vw;
10
   height: 100vh;
9
   height: 100vh;
11
   font-family: "DIN" !important;
10
   font-family: "DIN" !important;
12
   color: #253a70;
11
   color: #253a70;
13
   font-size: 14px;
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
   background: #ffff;
13
   background: #ffff;
21
   box-sizing: border-box;
14
   box-sizing: border-box;
22
   overflow: hidden;
15
   overflow: hidden;

+ 1
- 1
src/views/regionSection/regionManage/regionManage.vue View File

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

+ 0
- 5
src/views/schoolSection/userManage/userManage.vue View File

1143
           line-height: 40px;
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
       div .ivu-table-header thead tr > th {
1146
       div .ivu-table-header thead tr > th {
1152
         height: 40px;
1147
         height: 40px;
1153
       }
1148
       }

Loading…
Cancel
Save