2021-03-07 19:24:03 +08:00
|
|
|
/* wangeditor富文本编辑器
|
|
|
|
------------------------------- */
|
|
|
|
.w-e-toolbar {
|
2021-03-15 12:44:58 +08:00
|
|
|
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;
|
2021-03-07 19:24:03 +08:00
|
|
|
}
|
|
|
|
.w-e-text-container {
|
2021-03-15 12:44:58 +08:00
|
|
|
border: 1px solid #ebeef5 !important;
|
|
|
|
border-top: none !important;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
z-index: 1 !important;
|
2021-03-07 19:24:03 +08:00
|
|
|
}
|
2021-04-02 18:07:49 +08:00
|
|
|
|
|
|
|
/* web端自定义截屏
|
|
|
|
------------------------------- */
|
|
|
|
#screenShotContainer {
|
|
|
|
z-index: 9998 !important;
|
|
|
|
}
|
|
|
|
#toolPanel {
|
|
|
|
height: 42px !important;
|
|
|
|
}
|
|
|
|
#optionPanel {
|
|
|
|
height: 37px !important;
|
|
|
|
}
|