YM
2024-05-15 1dde9c3bc3cadb5e574ad037a95f769b6bc87871
src/assets/main.css
@@ -38,34 +38,32 @@
}
/* 设置 */
.settingBox{
  .inline{
    display: flex;
    justify-content: space-between;
  }
  .lineTypeBox{
    width:190px;
    padding:0 !important;
    .typeItem{
      line-height:16px;
    }
  }
  .bgColor{
    display: flex;
    width: 190px;
    .flex1 {
      flex: 1;
      .scribeItem {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
  }
.settingBox .inline {
  display: flex;
  justify-content: space-between;
}
.settingBox .lineTypeBox {
  width: 190px;
  padding: 0 !important;
}
.settingBox .lineTypeBox .typeItem {
  line-height: 16px !important;
}
.settingBox .bgColor {
  display: flex;
  width: 190px;
}
.settingBox .bgColor .flex1 {
  flex: 1;
}
.settingBox .bgColor .scribeItem {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 画笔工具 */
.popinnerBox .brush {
@@ -111,14 +109,17 @@
  justify-content: space-between;
}
.popinnerBox .characters .small {
  cursor: pointer;
  text-align: center;
  flex: 1;
}
.popinnerBox .characters .middle {
  cursor: pointer;
  text-align: center;
  flex: 1;
}
.popinnerBox .characters .large {
  cursor: pointer;
  text-align: center;
  flex: 1;
}
@@ -191,9 +192,9 @@
  flex: 1;
  text-align: center;
}
.popinnerBox .cleanup .cleanupItem img{
  height:17px;
  width:20px;
.popinnerBox .cleanup .cleanupItem img {
  height: 17px;
  width: 20px;
}
.el-input__inner {
@@ -220,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;
}