样式修改
This commit is contained in:
@@ -71,4 +71,7 @@ export default {
|
||||
color #fff
|
||||
line-height .26rem
|
||||
padding-top .1rem
|
||||
.enClass
|
||||
.step_p
|
||||
line-height .22rem
|
||||
</style>
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
<el-progress
|
||||
v-show="!warnTip"
|
||||
:percentage="percentage"
|
||||
:stroke-width="10"
|
||||
style="width: 300px;"
|
||||
:stroke-width="20"
|
||||
style="width: 40vw;"
|
||||
></el-progress>
|
||||
</div>
|
||||
</div>
|
||||
@@ -78,8 +78,7 @@ export default {
|
||||
if (this.needsConfirmation) {
|
||||
this.$confirm(this.$t('Doabandonmapattempt'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(async () => {
|
||||
try {
|
||||
// 显示加载中状态
|
||||
@@ -211,8 +210,7 @@ export default {
|
||||
this.loading.close()
|
||||
this.$confirm(this.$t('Whetherdrivebackpoint'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('yes'),
|
||||
cancelButtonText: this.$t('no'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('no')
|
||||
}).then(() => {
|
||||
this._sendAutoBack('0')
|
||||
this.backActive = false
|
||||
@@ -321,8 +319,7 @@ export default {
|
||||
if (this.autoLoopEnable !== '1') return
|
||||
this.$confirm(this.$t('sureendbuilding'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(() => {
|
||||
this._stopMapping()
|
||||
}).catch(() => {
|
||||
@@ -382,8 +379,7 @@ export default {
|
||||
this.keyPoints = []
|
||||
this.$confirm(this.$t('Newfailedagain'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(() => {
|
||||
this._startMapping()
|
||||
}).catch(() => {
|
||||
@@ -399,8 +395,7 @@ export default {
|
||||
this.keyPoints = []
|
||||
this.$confirm(this.$t('Newfailedagain'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(() => {
|
||||
this._startMapping()
|
||||
}).catch(() => {
|
||||
@@ -483,8 +478,7 @@ export default {
|
||||
forceClosed () {
|
||||
this.$confirm(this.$t('reversingabnormalitiesneedtoclose'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(() => {
|
||||
this.tipShow = false
|
||||
}).catch(() => {})
|
||||
@@ -534,13 +528,15 @@ export default {
|
||||
}
|
||||
|
||||
/* 进度条容器 */
|
||||
.progress-container {
|
||||
.progress-container
|
||||
background-color: #fff;
|
||||
padding: 30px 40px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
/deep/ .el-progress--line
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.progress_tip {
|
||||
font-size: .2rem
|
||||
line-height: .34rem
|
||||
|
||||
@@ -37,8 +37,7 @@ export default {
|
||||
if (e.router === '/index/building') {
|
||||
this.$confirm(this.$t('Donewmap'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(() => {
|
||||
this.$router.push(e.router)
|
||||
}).catch(() => {
|
||||
|
||||
@@ -38,8 +38,7 @@ export default {
|
||||
toConfirm (e) {
|
||||
this.$confirm(this.$t('Isrelocatepoint'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(() => {
|
||||
this._relocate(e.x, e.y, e.angle)
|
||||
}).catch(() => {
|
||||
|
||||
@@ -156,8 +156,7 @@ export default {
|
||||
toReboot () {
|
||||
this.$confirm(this.$t('Aresureshutrestart'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(() => {
|
||||
this._rebootVehicle()
|
||||
}).catch(() => {
|
||||
@@ -192,8 +191,7 @@ export default {
|
||||
synchronizedMapConfirm () {
|
||||
this.$confirm(this.$t('Aresuremap'), this.$t('Prompt'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
cancelButtonText: this.$t('Cancel')
|
||||
}).then(() => {
|
||||
this._synchronizedMap()
|
||||
}).catch(() => {
|
||||
@@ -357,4 +355,6 @@ export default {
|
||||
.enClass
|
||||
.el-tabs__item
|
||||
font-size .2rem
|
||||
.contorl_title_2
|
||||
font-size .16rem
|
||||
</style>
|
||||
|
||||
@@ -235,7 +235,7 @@
|
||||
font-size .2rem
|
||||
.el-message-box__message p
|
||||
font-size .2rem
|
||||
line-height: .28rem
|
||||
line-height: .2rem
|
||||
.el-progress-bar__inner,.el-progress-bar__outer
|
||||
border-radius 0
|
||||
.el-progress__text
|
||||
|
||||
Reference in New Issue
Block a user