zy
litian
2024-05-15 dfb8100b149a8020005a08e63cbe3fc055b67e02
src/assets/main.css
@@ -45,7 +45,6 @@
.settingBox.lineTypeBox {
  width: 190px;
  padding: 0 !important;
}
.settingBox.lineTypeBox .typeItem {
  line-height: 16px !important;
@@ -222,3 +221,19 @@
.el-tree-node__content {
  height: 30px !important;
}
.temp-book .page-padding .underline {
  border: 1px dashed rgba(255, 255, 255, 0);
  padding: 5px;
  border-radius: 5px;
}
.temp-book .page-padding .underline:hover {
  border: 1px dashed #949494 !important;
}
.temp-book .page-padding .highLight {
  border: 1px dashed rgba(255, 255, 255, 0);
  border-radius: 5px;
}
.temp-book .page-padding .highLight:hover {
  border: 1px dashed #949494 !important;
}