|
@@ -63,6 +63,32 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.hvac-table-tree.ant-table-wrapper .ant-table-container {
|
|
|
+ .ant-table-thead > tr > th:first-child {
|
|
|
+ padding-left: 64px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ant-table-tbody > tr > td,
|
|
|
+ tfoot > tr > th,
|
|
|
+ tfoot > tr > td {
|
|
|
+ &:first-child {
|
|
|
+ padding-left: 32px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .ant-table-row-indent + .ant-table-row-expand-icon {
|
|
|
+ margin-inline-end: 16px;
|
|
|
+ border-color: #d6d6d6;
|
|
|
+ border-radius: 4px;
|
|
|
+
|
|
|
+ &:focus,
|
|
|
+ &:hover,
|
|
|
+ &:active {
|
|
|
+ border-color: var(--antd-color-primary);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
// 默认按钮颜色
|
|
|
.default-button {
|
|
|
color: var(--antd-color-primary-hover);
|