king
2020-03-10 c39ea1f23d21b070188abcf5f4dd5bdd7b47c1f9
src/views/printTemplate/index.scss
@@ -21,6 +21,7 @@
  .tools {
    width: 240px;
    position: fixed;
    z-index: 3;
    top: 47px;
    left: -1px;
    bottom: 0px;
@@ -42,6 +43,7 @@
  .setting {
    width: 300px;
    position: fixed;
    z-index: 3;
    top: 47px;
    right: -1px;
    bottom: 0px;
@@ -88,5 +90,11 @@
      margin-bottom: 10px;
    }
  }
  .switchbox {
    position: absolute;
    left: 240px;
    right: 300px;
    top: 48px;
    bottom: 0px;
  }
}