2022-06-06 14:01:41 +08:00
|
|
|
.branch-wapper,
|
|
|
|
|
.dept-number-set {
|
2022-05-17 18:32:09 +08:00
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
2022-06-06 14:01:41 +08:00
|
|
|
.branch-content,
|
|
|
|
|
.dept-content {
|
2022-05-17 18:32:09 +08:00
|
|
|
flex: 1;
|
2022-05-18 13:49:24 +08:00
|
|
|
overflow: hidden auto;
|
2022-05-17 18:32:09 +08:00
|
|
|
|
|
|
|
|
.switch-wrapper {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 20px 20% 40px 30%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.numberComposition .ant-table-thead {
|
|
|
|
|
background: #f7fbfe;
|
|
|
|
|
}
|
|
|
|
|
|
2022-06-06 14:01:41 +08:00
|
|
|
.codeNumbering {
|
|
|
|
|
.codeNumbering-operateWapper {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.wea-select {
|
|
|
|
|
width: inherit !important;
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wea-helpful-tip {
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-18 13:49:24 +08:00
|
|
|
.numberComposition {
|
|
|
|
|
.preview {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
padding-left: 5%;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-left: 30px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
&>div {
|
|
|
|
|
border: 1px solid #0070c0;
|
|
|
|
|
margin-left: -1px;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
-o-text-overflow: ellipsis;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
color: #0070c0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&>div:last-child {
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
color: #c63;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-17 18:32:09 +08:00
|
|
|
.startReservedNumberSet {
|
|
|
|
|
.icon-coms-Flow-setting {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|