unknown
2024-05-31 91f9762e8cead2ec0d49deedf6b01675d6660165
src/books/lifeCare/css/default.less
@@ -104,7 +104,6 @@
      line-height: 21px;
      background-color: #f49a4c;
      font-size: 20px;
    }
    .drawflow-node {
@@ -150,7 +149,7 @@
      .btn-export {
        float: right;
        position: absolute;
        top: 10px;
        top: 5px;
        right: 10px;
        color: #333;
        font-weight: bold;
@@ -162,12 +161,13 @@
        border-radius: 4px;
        cursor: pointer;
        z-index: 5;
        font-size: 16px;
      }
      .btn-clear {
        float: right;
        position: absolute;
        top: 10px;
        top: 5px;
        right: 85px;
        color: white;
        font-weight: bold;
@@ -179,6 +179,7 @@
        border-radius: 4px;
        cursor: pointer;
        z-index: 5;
        font-size: 16px;
      }
      .btn-export:hover {
@@ -197,9 +198,15 @@
  .drawContent_wall {
    width: 100%;
    height: 765px;
    .drawflow {
      display: flex;
      flex-direction: column;
      .content {
        border-top-width: 1px;
        border-top-style: solid;
      }
    }
  }