forked from github/dataease
Merge pull request #4259 from dataease/pr@dev_memory_component
Pr@dev memory component
This commit is contained in:
commit
dbd02fa562
@ -145,7 +145,8 @@
|
||||
>
|
||||
<ux-table-column
|
||||
v-for="field in sheetObj.fields"
|
||||
:key="field.fieldName"
|
||||
:key="field.fieldName + sheetObj.id"
|
||||
:column-key="field.fieldName + sheetObj.id"
|
||||
min-width="200px"
|
||||
:field="field.fieldName"
|
||||
:title="field.remarks"
|
||||
|
@ -263,19 +263,16 @@ export default {
|
||||
.info-item {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
margin-bottom: 8px !important;
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
margin: 6px 0;
|
||||
}
|
||||
.info-title {
|
||||
margin: 0!important;
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
margin-bottom: 4px !important;
|
||||
color: var(--deTextSecondary, #646a73);
|
||||
}
|
||||
.info-content {
|
||||
font-size: 14px;
|
||||
color: var(--deTextPrimary, #1f2329);
|
||||
font-size: 12px;
|
||||
margin: 0!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -109,6 +109,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="remarks"
|
||||
show-overflow-tooltip
|
||||
:label="$t('datasource.field_description')"
|
||||
/>
|
||||
</el-table>
|
||||
|
Loading…
Reference in New Issue
Block a user