shj
2022-08-16 5b0c9891328c9532865a40061275582d5d243625
src/App.vue
@@ -21,7 +21,7 @@
import CloseFull from '/@/layout/navBars/breadcrumb/closeFull.vue';
import { initBackEndControlRoutes } from './router/backEnd';
export default ({
export default {
   name: 'app',
   components: { LockScreen, Setings, CloseFull },
   setup() {
@@ -96,9 +96,21 @@
         ...toRefs(state),
      };
   },
});
};
</script>
<style>
   @import '/@/assets/index.css';
.pot {
   position: absolute !important;
   top: 19px;
   right: 40px;
   border: none !important;
   padding: 0;
}
.pot:focus,
.pot:hover {
   background-color: #fff !important;
}
</style>