Files
orion-visor/orion-ops-ui/src/assets/style/layout.less
2023-09-29 17:24:25 +08:00

159 lines
1.7 KiB
Plaintext

.layout-container {
background-color: var(--color-fill-2);
// fixme
// padding: 16px 16px 0 16px;
display: flex;
flex-direction: column;
}
.table-search-card {
width: 100%;
padding-top: 16px;
margin-bottom: 16px;
.arco-form-item {
margin-bottom: 0;
}
}
.table-bar-handle {
display: flex;
align-items: center;
justify-content: end
}
.table-card {
width: 100%;
.arco-card-header {
padding: 8px 16px 0 16px;
.arco-card-header-title {
display: flex;
justify-content: space-between;
.table-title {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 600;
}
}
}
}
.table-wrapper {
&-8 {
margin-top: 8px;
}
&-16 {
margin-top: 16px;
}
}
.table-handle-wrapper {
.arco-btn-text {
padding: 0 8px;
}
}
.modal-form {
.arco-form-item {
&:last-child {
margin-bottom: 0 !important;
}
}
}
.usn {
user-select: none;
}
.hide {
display: none;
}
.pointer {
cursor: pointer;
}
.ml4 {
margin-left: 4px;
}
.mr4 {
margin-right: 4px;
}
.mt4 {
margin-top: 4px;
}
.mb4 {
margin-bottom: 4px;
}
.mx4 {
margin-left: 4px;
margin-right: 4px;
}
.my4 {
margin-top: 4px;
margin-bottom: 4px;
}
.ml8 {
margin-left: 8px;
}
.mr8 {
margin-right: 8px;
}
.mt8 {
margin-top: 8px;
}
.mb8 {
margin-bottom: 8px;
}
.mx8 {
margin-left: 8px;
margin-right: 8px;
}
.my8 {
margin-top: 8px;
margin-bottom: 8px;
}
.ml16 {
margin-left: 16px;
}
.mr16 {
margin-right: 16px;
}
.mt16 {
margin-top: 16px;
}
.mb16 {
margin-bottom: 16px;
}
.mx16 {
margin-left: 16px;
margin-right: 16px;
}
.my16 {
margin-top: 16px;
margin-bottom: 16px;
}