system-phone 1.2.135 → 1.2.136
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/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<img src="../assets/未选.png" style="width: 20px;margin-bottom: 5px" alt="" v-if="showauto == '2'" @click="showon1()">
|
|
19
19
|
<span class="text-left font">自动登录</span>
|
|
20
20
|
<p></p>
|
|
21
|
-
<span class="
|
|
21
|
+
<span class="versionNumberText">版本号:{{versionNumber}}</span> <br>
|
|
22
22
|
<span class="devicetext">设备码:{{deviceIemi}}</span>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
@@ -299,11 +299,11 @@
|
|
|
299
299
|
bottom:13px;
|
|
300
300
|
transform: translate(-50%, -50%);
|
|
301
301
|
}
|
|
302
|
-
.
|
|
302
|
+
.versionNumberText {
|
|
303
303
|
font: 13px PingFang-SC-Medium;
|
|
304
304
|
position:fixed;
|
|
305
305
|
width:100%;
|
|
306
|
-
bottom:
|
|
306
|
+
bottom:35px;
|
|
307
307
|
transform: translate(-50%, -50%);
|
|
308
308
|
}
|
|
309
309
|
/*输入框样式*/
|