system-clients 3.1.94 → 3.1.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gradle/6.1.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{4.4 → 6.1.1}/fileChanges/last-build.bin +0 -0
- package/.gradle/{4.4 → 6.1.1}/fileHashes/fileHashes.bin +0 -0
- package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{buildOutputCleanup/built.bin → 6.1.1/gc.properties} +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/checksums/checksums.lock +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +5 -0
- package/gradlew +183 -0
- package/gradlew.bat +100 -0
- package/package.json +1 -1
- package/src/components/Main.vue +469 -436
- package/src/components/parammanage/ParamPage.vue +336 -314
- package/src/components/server/Login.vue +36 -19
- package/src/components/server/ResSelectGroup.vue +196 -196
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
- package/src/styles/less/aofeng/themeOne/systemStyle.less +12 -12
- package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
@@ -201,9 +201,9 @@ input{outline:none;}
|
|
201
201
|
|
202
202
|
.login-operator {
|
203
203
|
position: fixed;
|
204
|
-
right:
|
204
|
+
right: 0px;
|
205
205
|
font-size: 1.6rem;
|
206
|
-
line-height:
|
206
|
+
line-height: 36px;
|
207
207
|
color: #333;
|
208
208
|
}
|
209
209
|
|
@@ -552,9 +552,9 @@ input{outline:none;}
|
|
552
552
|
|
553
553
|
.login-operator {
|
554
554
|
position: fixed;
|
555
|
-
right:
|
555
|
+
right: 0px;
|
556
556
|
font-size: 1.6rem;
|
557
|
-
line-height:
|
557
|
+
line-height: 34.5px;
|
558
558
|
color: #333;
|
559
559
|
}
|
560
560
|
|
@@ -986,9 +986,9 @@ input{outline:none;}
|
|
986
986
|
|
987
987
|
.login-operator {
|
988
988
|
position: fixed;
|
989
|
-
right:
|
989
|
+
right: 0px;
|
990
990
|
font-size: 1.6rem;
|
991
|
-
line-height:
|
991
|
+
line-height: 27px;
|
992
992
|
color: #333;
|
993
993
|
}
|
994
994
|
|
@@ -1403,9 +1403,9 @@ input{outline:none;}
|
|
1403
1403
|
|
1404
1404
|
.login-operator {
|
1405
1405
|
position: fixed;
|
1406
|
-
right:
|
1406
|
+
right: 0px;
|
1407
1407
|
font-size: 1.6rem;
|
1408
|
-
line-height:
|
1408
|
+
line-height: 27px;
|
1409
1409
|
color: #333;
|
1410
1410
|
}
|
1411
1411
|
|
@@ -1826,9 +1826,9 @@ input{outline:none;}
|
|
1826
1826
|
|
1827
1827
|
.login-operator {
|
1828
1828
|
position: fixed;
|
1829
|
-
right:
|
1829
|
+
right: 0px;
|
1830
1830
|
font-size: 1.6rem;
|
1831
|
-
line-height:
|
1831
|
+
line-height: 27px;
|
1832
1832
|
color: #333;
|
1833
1833
|
}
|
1834
1834
|
|
@@ -2241,9 +2241,9 @@ input{outline:none;}
|
|
2241
2241
|
|
2242
2242
|
.login-operator {
|
2243
2243
|
position: fixed;
|
2244
|
-
right:
|
2244
|
+
right: 0px;
|
2245
2245
|
font-size: 1.6rem;
|
2246
|
-
line-height:
|
2246
|
+
line-height: 27px;
|
2247
2247
|
color: #333;
|
2248
2248
|
}
|
2249
2249
|
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
|