优化文字,磁盘类型

This commit is contained in:
24kycj
2025-03-27 18:01:01 +08:00
parent 02a0f0de5f
commit 8d3fd6b4d2
3 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -36,7 +36,7 @@
<div class="top_left_line"></div>
</div>
<div class="flex_box">
<div v-if="printer_info.test_use" class="top_tip">您的试用期还剩{{printer_info.test_use}}请及时续费</div>
<div v-if="printer_info.test_use" class="top_tip">试用版 {{printer_info.test_use}}请及时续费</div>
<user-info></user-info>
</div>
</div>
@@ -866,7 +866,7 @@ export default {
case 7:
// 进入运输模式
that
.$confirm('请确保已经取掉左右光盘托架,再点击确定', '温馨提示', {
.$confirm('请确保已经取掉左右光盘托架,再点击确定', '温馨提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
@@ -1199,7 +1199,7 @@ $red: #ff0000;
}
.top_tip {
font-size: 14px;
color: #ff0000;
color: #000;
}
}
.content_body {
+1 -1
View File
@@ -514,7 +514,7 @@ export default {
case 3:
// 进入运输模式
that
.$confirm('请确保已经取掉左右光盘托架,点击确定后设备将进入运输模式', '温馨提示', {
.$confirm('请确保已经取掉左右光盘托架,点击确定后设备将进入运输模式', '温馨提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'