'admin-21.03.07:新增图片裁剪、富文本、城市多级联动,修复错误界面图片404问题等'

This commit is contained in:
lyt-Top
2021-03-07 19:20:58 +08:00
parent 2d9c9f3fb0
commit 970ce01765
21 changed files with 8 additions and 460 deletions

View File

@ -22,7 +22,6 @@ body,
background-color: #f8f8f8;
font-size: 14px;
overflow: hidden;
position: relative;
}
/* 主布局样式
@ -44,14 +43,13 @@ body,
}
}
.layout-header {
box-shadow: 0 1px 4px rgb(0 21 41 / 4%);
padding: 0 !important;
}
.layout-main {
padding: 0 !important;
overflow: hidden;
width: 100%;
background-color: #f8f8f8;
border-top: 1px solid #f1f2f3;
}
.el-scrollbar {
width: 100%;

View File

@ -949,9 +949,6 @@
.el-select-dropdown .el-scrollbar__wrap {
overflow-x: scroll !important;
}
.el-select-dropdown__wrap {
max-height: 274px !important; /*修复Select 选择器高度问题*/
}
/* Drawer 抽屉
------------------------------- */
@ -959,4 +956,4 @@
width: 100%;
height: 100%;
overflow: auto;
}
}

View File

@ -1,6 +1,5 @@
@import './app.scss';
@import './base.scss';
@import './other.scss';
@import './element.scss';
@import './iconSelector.scss';
@import './media/media.scss';

View File

@ -1,10 +0,0 @@
@import './index.scss';
/* 页面宽度小于576px
------------------------------- */
@media screen and (max-width: $xs) {
.el-cascader__dropdown.el-popper {
overflow: auto;
max-width: 100%;
}
}

View File

@ -9,4 +9,3 @@
@import './scrollbar.scss';
@import './pagination.scss';
@import './dialog.scss';
@import './cityLinkage.scss';

View File

@ -1,16 +0,0 @@
/* wangeditor富文本编辑器
------------------------------- */
.w-e-toolbar {
border: 1px solid #ebeef5 !important;
border-bottom: 1px solid #ebeef5 !important;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
z-index: 2 !important;
}
.w-e-text-container {
border: 1px solid #ebeef5 !important;
border-top: none !important;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
z-index: 1 !important;
}