mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-23 02:33:48 +08:00
ref: 超级面板功能优化
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 15 KiB |
@@ -40,8 +40,8 @@
|
||||
background: #314659;
|
||||
}
|
||||
.top .img img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
.top .text {
|
||||
color: #999;
|
||||
|
||||
@@ -181,6 +181,8 @@ new Vue({
|
||||
...JSON.parse(res),
|
||||
src: msg,
|
||||
});
|
||||
}).catch(() => {
|
||||
this.$set(this.selectData, 'translate', null);
|
||||
}).finally(() => {
|
||||
this.loading = false;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user