king
2 天以前 047dbd742341e268ca772eda8d2ff0b6ba09cb44
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
.print-template {
  overflow-x: hidden;
  min-height: 100%;
  padding: 75px 250px 30px 240px;
  text-align: center;
 
  .ant-card-head {
    min-height: 45px;
  }
  .print-header-container {
    position: fixed;
    z-index: 1060;
    left: 0;
    top: 0;
    font-weight: bold!important;
    font-size: 20px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #001529;
 
    div {
      position: absolute;
      top: 0px;
      right: 30px;
      font-size: 14px;
    }
  }
  .tools {
    width: 240px;
    position: fixed;
    z-index: 3;
    top: 47px;
    left: -1px;
    bottom: 0px;
    text-align: left;
    .ant-card {
      .ant-card-head {
        background: #1890ff;
        color: #ffffff;
      }
      .ant-card-head-title {
        padding: 10px 0;
      }
      .ant-card-body {
        padding: 24px 12px 0px;
        .print-source-item:last-child {
          margin-bottom: 0;
        }
      }
    }
    .ant-card.tool-bar {
      height: 300px;
      border-bottom: 0;
    }
    .ant-card.move-bar {
      height: calc(100% - 300px);
      .ant-input-group-wrapper {
        margin-bottom: 15px;
        input + .ant-input-group-addon {
          padding: 0;
        }
        .anticon-caret-right {
          cursor: pointer;
          line-height: 25px;
          padding-left: 15px;
          padding-right: 15px;
        }
      }
    }
  }
  .setting {
    width: 300px;
    position: fixed;
    z-index: 3;
    top: 47px;
    right: -1px;
    bottom: 0px;
    text-align: left;
    .ant-card {
      height: 100%;
      .ant-card-head {
        background: #1890ff;
        color: #ffffff;
      }
      .ant-card-head-title {
        padding: 10px 0;
      }
      .operation {
        text-align: center;
        .ant-btn {
          height: 35px;
          padding: 0px 35px;
        }
      }
      .ant-card-body {
        overflow-y: auto;
        height: calc(100% - 48px);
        padding: 10px 12px 20px;
      }
      .ant-card-body::-webkit-scrollbar {
        width: 7px;
      }
      .ant-card-body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
        background-color: #f90;
        background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);
      }
      .ant-card-body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
        border-radius: 3px;
        border: 1px solid rgba(0, 0, 0, 0.07);
        background: rgba(0, 0, 0, 0);
      }
      
    }
    .ant-form-item {
      margin-bottom: 10px;
    }
  }
  .switchbox {
    position: absolute;
    left: 240px;
    right: 300px;
    top: 48px;
    bottom: 0px;
  }
}