|
@@ -660,6 +660,7 @@ defineExpose({
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<ATable
|
|
<ATable
|
|
|
|
+ class="hvac-table"
|
|
:data-source="paramTableDataSource"
|
|
:data-source="paramTableDataSource"
|
|
row-key="id"
|
|
row-key="id"
|
|
:row-selection="{ selectedRowKeys: selectedParamIds, onChange: handleParamSelectChange }"
|
|
:row-selection="{ selectedRowKeys: selectedParamIds, onChange: handleParamSelectChange }"
|
|
@@ -981,32 +982,6 @@ defineExpose({
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-:deep(.ant-table-wrapper) .ant-table-container {
|
|
|
|
- .ant-table-thead > tr > th {
|
|
|
|
- color: #333;
|
|
|
|
- background: #f5f6f7;
|
|
|
|
- border-bottom: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .ant-table-thead
|
|
|
|
- > tr
|
|
|
|
- > th.ant-table-cell:not(:last-child, .ant-table-selection-column, .ant-table-row-expand-icon-cell, [colspan]) {
|
|
|
|
- &::before {
|
|
|
|
- background-color: transparent;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- &.table-column-item-required::before {
|
|
|
|
- position: initial;
|
|
|
|
- width: auto;
|
|
|
|
- font-size: 14px;
|
|
|
|
- line-height: 24px;
|
|
|
|
- color: #f56c6c;
|
|
|
|
- content: '*';
|
|
|
|
- transform: initial;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.protocol-recognize-result {
|
|
.protocol-recognize-result {
|
|
height: 24px;
|
|
height: 24px;
|
|
padding: 2px 8px;
|
|
padding: 2px 8px;
|