固定资产项目前端文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
1.4 KiB

2 years ago
.form-items {
::ng-deep {
.ant-form-item {
margin-bottom: 0;
}
.ant-form-item-label {
text-align: left;
}
.ant-divider-horizontal {
margin: 12px 0;
}
}
}
.columns-setting {
background-color: #f2f3f5;
}
.query-wrapper {
::ng-deep {
&>* {
@apply mr-3 mb-3;
}
}
}
.formgroup-container {
::ng-deep {
nz-form-item {
padding-left: 10px;
background-color: #fff;
border-radius: 4px;
input {
border-color: transparent !important;
}
}
}
}
.server-paginated-table {
.table-selected-action {
height: 41px;
position: absolute;
top: 0;
left: 60px;
right: 0;
background-color: #f2f3f5;
}
::ng-deep {
table {
table-layout: fixed !important;
}
.ant-table-thead>tr>th {
white-space: nowrap;
}
.ant-table-thead>tr>th,
.ant-table-tbody>tr>td,
.ant-table tfoot>tr>th,
.ant-table tfoot>tr>td {
padding: 9px 16px;
}
}
}
.operate-list {
::ng-deep {
&>li {
min-width: 150px;
}
}
}
.more-icon {
::ng-deep {
svg {
transform: scale(1.3);
}
}
}