|
@@ -55,7 +55,6 @@ let global_refresh = inject('global_refresh')
|
|
|
|
|
|
watch(global_refresh, () => {
|
|
watch(global_refresh, () => {
|
|
if (global_refresh.value) {
|
|
if (global_refresh.value) {
|
|
- console.log('global_refresh')
|
|
|
|
init()
|
|
init()
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -210,7 +209,7 @@ const boxsStatus = () => {
|
|
display: flex;
|
|
display: flex;
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
bottom: 0px;
|
|
-
|
|
|
|
|
|
+ left: 10px;
|
|
|
|
|
|
.item {
|
|
.item {
|
|
display: flex;
|
|
display: flex;
|