diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue index 881f2e5015..25ade3e47a 100644 --- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue +++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue @@ -209,7 +209,7 @@ const save = () => { - + @@ -296,7 +296,26 @@ const save = () => { .mobile-save { display: flex; align-items: center; + .switch-pc { + &::after { + content: ''; + border-radius: 4px; + display: none; + position: absolute; + width: calc(100% + 10px); + height: calc(100% + 10px); + top: -5px; + left: -5px; + } + &:hover { + &::after { + display: block; + background: rgba(255, 255, 255, 0.1); + } + } + position: relative; + } .open-mobile-line { background: #ffffff4d; width: 1px;