|
|
@@ -18,29 +18,8 @@ import useStore from './store/index'
|
|
|
import { computed } from 'vue'
|
|
|
import { zhCN, dateZhCN } from 'naive-ui'
|
|
|
import Theme from '@/assets/naive-theme'
|
|
|
+import '@/assets/global-style.scss'
|
|
|
const store = useStore()
|
|
|
const show = computed(() => store.loading)
|
|
|
const themeOverrides = Theme
|
|
|
-</script>
|
|
|
-<style lang="scss">
|
|
|
-* {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- box-sizing: border-box;
|
|
|
- user-select: none;
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-
|
|
|
-.n-select {
|
|
|
- .n-base-selection {
|
|
|
- border: 1px solid #5689F0;
|
|
|
- .n-base-selection-label {
|
|
|
- height: 100%;
|
|
|
- background: rgba(86, 137, 240, 0.298);
|
|
|
- .n-base-selection-input__content{
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-</style>
|
|
|
+</script>
|