litian
2024-05-17 a5d1712287a455dba24700b4badad98cb2b97c14
src/assets/main.css
@@ -38,34 +38,34 @@
}
/* 设置 */
.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;
  cursor: pointer;
}
.settingBox .bgColor {
  display: flex;
  width: 190px;
}
.settingBox .bgColor .flex1 {
  flex: 1;
  margin:0 5px;
}
.settingBox .bgColor .scribeItem {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 画笔工具 */
.popinnerBox .brush {
@@ -125,6 +125,9 @@
  text-align: center;
  flex: 1;
}
.popinnerBox .characters .active {
  border: 1px solid #0093ff;
}
.lineStyle .lineTypeBox {
  display: flex;
  justify-content: space-between;
@@ -137,6 +140,7 @@
  border: 1px solid #d9d9d9;
  margin: 0 5px;
  position: relative;
  line-height: 16px !important;
}
.lineStyle .lineTypeBox .typeItem .solid {
  border: 1px solid #707070;
@@ -194,9 +198,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 {
@@ -223,3 +227,36 @@
.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;
}
.custom-tree-node{
  flex:1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
}
.catalogueLabel{
  width:200px;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis;
}
.pageNum{
  float: right;
  color:#707070;
}