| | |
| | | <!-- 来源数据弹窗 --> |
| | | <el-dialog v-model="sourceDataDialogVisible" |
| | | title="来源数据" |
| | | width="1200px"> |
| | | width="1200px" |
| | | custom-class="source-data-dialog"> |
| | | <div v-if="sourceRowData" |
| | | class="applyno-summary1"> |
| | | <div class="summary-item"> |
| | |
| | | text-shadow: 0 1px 2px rgba(64, 158, 255, 0.2); |
| | | } |
| | | |
| | | .source-data-dialog { |
| | | display: flex; |
| | | flex-direction: column; |
| | | max-height: 80vh; |
| | | |
| | | .el-dialog__body { |
| | | overflow-y: auto; |
| | | flex: 1; |
| | | } |
| | | } |
| | | |
| | | .source-table-container { |
| | | margin-top: 20px; |
| | | } |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | gap: 16px; |
| | | max-height: 500px; |
| | | overflow-y: auto; |
| | | padding: 10px; |
| | | background-color: #f5f7fa; |
| | | border-radius: 4px; |