forked from ddrilling/asb_cloud_front
55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
.well-case-page {
|
|
padding-top: 10px;
|
|
|
|
& .file-cell {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
& .history-timeline {
|
|
margin-left: 50px;
|
|
margin-top: 20px;
|
|
|
|
& .ant-timeline-item-last {
|
|
padding-bottom: 0;
|
|
}
|
|
}
|
|
|
|
& .customer-block {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
& .well-case-editor {
|
|
gap: 10px;
|
|
width: 100%;
|
|
max-height: 70vh;
|
|
display: flex;
|
|
align-items: stretch;
|
|
justify-content: space-between;
|
|
|
|
& .category-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
justify-content: space-between;
|
|
gap: 10px;
|
|
width: 300px;
|
|
|
|
& .category-list-item {
|
|
cursor: pointer;
|
|
|
|
&.empty {
|
|
background-color: #ffe58f;
|
|
border-color: #ffc53d;
|
|
}
|
|
|
|
&.active {
|
|
background-color: #fafafa;
|
|
border: 1px solid #f0f0f0;
|
|
}
|
|
}
|
|
}
|
|
}
|