All checks were successful
ci/woodpecker/push/check_format Pipeline was successful
251 lines
No EOL
5.1 KiB
CSS
251 lines
No EOL
5.1 KiB
CSS
.select-label[data-v-5c30c73a] {
|
|
width: 44px;
|
|
}
|
|
.type-select[data-v-5c30c73a] {
|
|
width: 100px;
|
|
margin-right: 8px;
|
|
}
|
|
.product-select[data-v-5c30c73a] {
|
|
width: 180px;
|
|
margin-right: 8px;
|
|
}
|
|
.operator-select[data-v-5c30c73a] {
|
|
width: 220px;
|
|
}
|
|
.replacement-select[data-v-5c30c73a] {
|
|
min-width: 400px;
|
|
}
|
|
.plan-container[data-v-5c30c73a] {
|
|
width: 980px;
|
|
min-width: 980px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
}
|
|
.group[data-v-5c30c73a] {
|
|
width: 160px;
|
|
}
|
|
.facility-2[data-v-5c30c73a] {
|
|
width: 124px;
|
|
height: 76px;
|
|
margin: 2px 3px;
|
|
}
|
|
.facility-3[data-v-5c30c73a] {
|
|
width: 175px;
|
|
height: 76px;
|
|
margin: 2px 3px;
|
|
}
|
|
.facility-5[data-v-5c30c73a] {
|
|
width: 277px;
|
|
height: 76px;
|
|
margin: 2px 3px;
|
|
}
|
|
.avatars[data-v-5c30c73a] {
|
|
display: flex;
|
|
gap: 6px;
|
|
z-index: 5;
|
|
}
|
|
.avatars img[data-v-5c30c73a] {
|
|
box-sizing: content-box;
|
|
border-radius: 2px;
|
|
background: lightgray;
|
|
}
|
|
.facility-name[data-v-5c30c73a] {
|
|
margin-bottom: 4px;
|
|
text-align: center;
|
|
line-height: 1;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
z-index: 5;
|
|
}
|
|
.outer[data-v-5c30c73a] {
|
|
display: flex;
|
|
margin: 0 auto;
|
|
}
|
|
.left_box[data-v-5c30c73a] {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 4px;
|
|
padding-top: 82px;
|
|
padding-right: 2px;
|
|
}
|
|
.left_box .left_contain[data-v-5c30c73a] {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
gap: 4px;
|
|
}
|
|
.left_box .left_contain > div[data-v-5c30c73a] {
|
|
box-sizing: border-box;
|
|
width: 175px;
|
|
height: 76px;
|
|
cursor: pointer;
|
|
}
|
|
.left_box .left_contain .info[data-v-5c30c73a] {
|
|
background-color: rgba(32, 128, 240, 0.16);
|
|
border-radius: 3px;
|
|
border: 1px solid transparent;
|
|
transition: all 0.3s;
|
|
position: relative;
|
|
}
|
|
.left_box .left_contain .info[data-v-5c30c73a]:hover {
|
|
background-color: rgba(32, 128, 240, 0.22);
|
|
}
|
|
.left_box .left_contain .info.true[data-v-5c30c73a] {
|
|
background-color: var(--n-color);
|
|
border: 1px solid rgb(32, 128, 240);
|
|
}
|
|
.left_box .left_contain .info .facility-name[data-v-5c30c73a] {
|
|
color: #2080f0;
|
|
}
|
|
.left_box .left_contain .warning[data-v-5c30c73a] {
|
|
background-color: rgba(240, 160, 32, 0.16);
|
|
border-radius: 3px;
|
|
border: 1px solid transparent;
|
|
transition: all 0.3s;
|
|
position: relative;
|
|
}
|
|
.left_box .left_contain .warning[data-v-5c30c73a]:hover {
|
|
background-color: rgba(240, 160, 32, 0.22);
|
|
}
|
|
.left_box .left_contain .warning.true[data-v-5c30c73a] {
|
|
background-color: var(--n-color);
|
|
border: 1px solid rgb(240, 160, 32);
|
|
}
|
|
.left_box .left_contain .warning .facility-name[data-v-5c30c73a] {
|
|
color: #f0a020;
|
|
}
|
|
.left_box .left_contain .primary[data-v-5c30c73a] {
|
|
background-color: rgba(24, 160, 88, 0.16);
|
|
border-radius: 3px;
|
|
border: 1px solid transparent;
|
|
transition: all 0.3s;
|
|
}
|
|
.left_box .left_contain .primary[data-v-5c30c73a]:hover {
|
|
background-color: rgba(24, 160, 88, 0.22);
|
|
}
|
|
.left_box .left_contain .primary.true[data-v-5c30c73a] {
|
|
background-color: var(--n-color);
|
|
border: 1px solid rgb(24, 160, 88);
|
|
}
|
|
.left_box .left_contain .primary .facility-name[data-v-5c30c73a] {
|
|
color: #18a058;
|
|
}
|
|
.mid_box[data-v-5c30c73a] {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.waiting[data-v-5c30c73a] {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1px dashed rgb(51, 54, 57);
|
|
opacity: 0.6;
|
|
transition: all 0.3s;
|
|
cursor: pointer;
|
|
border-radius: 3px;
|
|
}
|
|
.waiting[data-v-5c30c73a]:hover {
|
|
opacity: 1;
|
|
border: 1px dashed rgb(54, 173, 106);
|
|
color: rgb(54, 173, 106);
|
|
}
|
|
.waiting div[data-v-5c30c73a] {
|
|
text-align: center;
|
|
}
|
|
.draggable[data-v-5c30c73a] {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.product-bg[data-v-5c30c73a] {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 173px;
|
|
height: 74px;
|
|
opacity: 0.6;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
background-position: 110px -20px;
|
|
z-index: 3;
|
|
pointer-events: none;
|
|
}
|
|
.avatar-wrapper[data-v-5c30c73a] {
|
|
position: relative;
|
|
}
|
|
.workaholic[data-v-5c30c73a] {
|
|
position: absolute;
|
|
content: "";
|
|
top: 0;
|
|
left: 0;
|
|
width: 45px;
|
|
height: 45px;
|
|
opacity: 0.35;
|
|
background-color: red;
|
|
pointer-events: none;
|
|
}
|
|
.n-base-selection-placeholder .n-avatar {
|
|
display: none;
|
|
}
|
|
|
|
.dropdown[data-v-01fc4d7e] {
|
|
padding-left: var(--5dbb34be);
|
|
padding-right: var(--5dbb34be);
|
|
}
|
|
.n-table[data-v-1ad93d71] {
|
|
min-width: 100%;
|
|
}
|
|
.n-table th[data-v-1ad93d71] {
|
|
width: 124px;
|
|
box-sizing: border-box;
|
|
}
|
|
.label[data-v-1ad93d71] {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 6px;
|
|
}
|
|
.dropdown-container {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 5px;
|
|
}
|
|
.dropdown-label {
|
|
flex: 0 0 40%;
|
|
max-width: 125px;
|
|
}
|
|
.dropdown-select {
|
|
flex: 1;
|
|
}
|
|
.w-980[data-v-a3e17cad] {
|
|
width: 100%;
|
|
max-width: 980px;
|
|
}
|
|
.mx-auto[data-v-a3e17cad] {
|
|
margin: 0 auto;
|
|
}
|
|
.mt-12[data-v-a3e17cad] {
|
|
margin-top: 12px;
|
|
}
|
|
.mb-12[data-v-a3e17cad] {
|
|
margin-bottom: 12px;
|
|
}
|
|
.px-12[data-v-a3e17cad] {
|
|
padding: 0 12px;
|
|
}
|
|
.mw-980[data-v-a3e17cad] {
|
|
min-width: 980px;
|
|
}
|
|
.plan-bar[data-v-a3e17cad] {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-grow: 0;
|
|
gap: 6px;
|
|
padding: 0 12px;
|
|
} |