17 lines
448 B
SCSS
17 lines
448 B
SCSS
![]() |
/* 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;
|
||
|
}
|