other.scss 635 B

12345678910111213141516171819202122232425262728
  1. /* wangeditor富文本编辑器
  2. ------------------------------- */
  3. .w-e-toolbar {
  4. border: 1px solid #ebeef5 !important;
  5. border-bottom: 1px solid #ebeef5 !important;
  6. border-top-left-radius: 3px;
  7. border-top-right-radius: 3px;
  8. z-index: 2 !important;
  9. }
  10. .w-e-text-container {
  11. border: 1px solid #ebeef5 !important;
  12. border-top: none !important;
  13. border-bottom-left-radius: 3px;
  14. border-bottom-right-radius: 3px;
  15. z-index: 1 !important;
  16. }
  17. /* web端自定义截屏
  18. ------------------------------- */
  19. #screenShotContainer {
  20. z-index: 9998 !important;
  21. }
  22. #toolPanel {
  23. height: 42px !important;
  24. }
  25. #optionPanel {
  26. height: 37px !important;
  27. }