Merge remote-tracking branch 'origin/master'

This commit is contained in:
lideqin
2024-08-09 19:31:08 +08:00
19 changed files with 147 additions and 51 deletions
+3 -1
View File
@@ -166,7 +166,9 @@ export default {
<!-- update_begin author:sunjianlei date:20190530 for: 选中首页的时候不显示背景颜色 -->
<style lang="less">
.ant-menu.ant-menu-root {
&:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: rgba(0, 100, 250, 0.08);
}
&.ant-menu-inline-collapsed {
width: 64px;
& > .ant-menu-item,
@@ -44,7 +44,7 @@ export default {
headers: '',
previewImage: {},
uploadFileFlag: 0,
fileMaxSize: 500
fileMaxSize: 20
}
},
created () {