Commit 321e46af authored by wxk's avatar wxk

bug fix

parent d3c9ff24
...@@ -437,6 +437,10 @@ ...@@ -437,6 +437,10 @@
</script> </script>
<style scoped> <style scoped>
.tips {
color: red;
margin-top: 30px;
}
.account-box { .account-box {
padding: 0 20px; padding: 0 20px;
line-height: 40px; line-height: 40px;
...@@ -516,10 +520,10 @@ ...@@ -516,10 +520,10 @@
} }
</style> </style>
<style> <style>
.el-select-dropdown__item.selected .tag {
float: right;
}
.account-box { .account-box {
.el-select-dropdown__item.selected .tag {
float: right;
}
.select-bar-content { .select-bar-content {
.el-checkbox-button:last-child .el-checkbox-button__inner, .el-checkbox-button:first-child .el-checkbox-button__inner { .el-checkbox-button:last-child .el-checkbox-button__inner, .el-checkbox-button:first-child .el-checkbox-button__inner {
border-radius: 3px; border-radius: 3px;
......
...@@ -214,6 +214,7 @@ ...@@ -214,6 +214,7 @@
}, },
methods: { methods: {
init() { init() {
this.robotStatus = '', //机器人状态
this.webs = this.webs.length === 0 && sessionStorage.getItem('webs') ? JSON.parse(sessionStorage.getItem('webs')) : this.webs; this.webs = this.webs.length === 0 && sessionStorage.getItem('webs') ? JSON.parse(sessionStorage.getItem('webs')) : this.webs;
this.currencies = this.currencies.length === 0 && sessionStorage.getItem('currencies') ? JSON.parse(sessionStorage.getItem('currencies')) : this.currencies; this.currencies = this.currencies.length === 0 && sessionStorage.getItem('currencies') ? JSON.parse(sessionStorage.getItem('currencies')) : this.currencies;
const RoutePath = this.$route.params.name; const RoutePath = this.$route.params.name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment