Commit e0137aa3 authored by chenqikuai's avatar chenqikuai

fix

parent 6296753c
...@@ -846,9 +846,9 @@ ...@@ -846,9 +846,9 @@
} }
}, },
"cqk-sy-ui": { "cqk-sy-ui": {
"version": "1.3.10", "version": "1.3.11",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.3.10.tgz", "resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.3.11.tgz",
"integrity": "sha512-+zB/5OBKT+TL/E7IQv3l7/+aIKvwOlkN7BnitvTIiRYsqUXQAb9zPoiovuFldqFih7T0vnmgbNdmVmHZSwjxqg==", "integrity": "sha512-I7d89Q+RoWiWXJTr3z5PQ1e5i4J8IkLaAXRZ55LgTNS8l4ZiDxgo3VFUY/3WnykXTRGm1vrnuthNRSiHT+RMew==",
"requires": { "requires": {
"axios": "^0.26.1", "axios": "^0.26.1",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"@tinymce/tinymce-vue": "^4.0.7", "@tinymce/tinymce-vue": "^4.0.7",
"axios": "^0.26.1", "axios": "^0.26.1",
"comlink": "^4.3.1", "comlink": "^4.3.1",
"cqk-sy-ui": "^1.3.10", "cqk-sy-ui": "^1.3.11",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"element-plus": "^2.1.9", "element-plus": "^2.1.9",
......
...@@ -27,6 +27,7 @@ const emit = defineEmits(["update:modelValue"]); ...@@ -27,6 +27,7 @@ const emit = defineEmits(["update:modelValue"]);
.blackModeMenu___ { .blackModeMenu___ {
.line { .line {
height: 3px; height: 3px;
bottom: 0;
} }
&.el-menu { &.el-menu {
height: 48px; height: 48px;
...@@ -35,5 +36,9 @@ const emit = defineEmits(["update:modelValue"]); ...@@ -35,5 +36,9 @@ const emit = defineEmits(["update:modelValue"]);
margin-left: 30px; margin-left: 30px;
margin-right: 30px; margin-right: 30px;
} }
&.syMenu .el-menu-item{
padding-left: 34px;
padding-right: 34px;
}
} }
</style> </style>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<script setup lang="ts"> <script setup lang="ts">
import HoverMe from "@/components/HoverMe/index.vue"; import HoverMe from "@/components/HoverMe/index.vue";
import Icon from "@/components/Icon/index.vue"; import Icon from "@/components/Icon/index.vue";
import { iCopyRight } from "@/types/copyright.js"; import { iCopyRight } from "@/types/copyright";
import { ref } from "vue"; import { ref } from "vue";
const props = defineProps<{ const props = defineProps<{
rowData: iCopyRight; rowData: iCopyRight;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
></BlackModeMenu> ></BlackModeMenu>
</div> </div>
</syHeaderNavBar> </syHeaderNavBar>
<ModuleContainer class="mx-auto"> <ModuleContainer class="mx-auto" style="width: 1200px; min-height: 500px">
<base-info <base-info
v-show="$route.query.type === 'info'" v-show="$route.query.type === 'info'"
:infos="userInfo" :infos="userInfo"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment