Merge branch 'feature/feature-20250331-h5' of https://e.coding.yili.com/yldc/ylst/ylst-survey-h5 into feature/feature-20250331-h5

This commit is contained in:
Huangzhe
2025-03-05 17:18:52 +08:00
16 changed files with 1373 additions and 221 deletions

View File

@@ -99,39 +99,36 @@ const handleMartrixAction = (action: 'delete' | 'setting' | 'more') => {
</template>
<style scoped lang="scss">
.martrix-table {
border-collapse: collapse;
width: 100%;
border-collapse: collapse;
color: black;
color: black;
width: 100%;
th,
td {
border: 1px solid #ddd;
border-width: 0 0 1px 0;
padding: 8px;
text-align: left;
}
th,
td {
padding: 8px;
border: 1px solid #ddd;
border-width: 0 0 1px;
text-align: left;
}
}
.martrix-table-action {
margin-top: 10px;
margin-top: 10px;
.van-icon {
color: lightgreen;
font-size: 12px;
}
.van-icon {
font-size: 12px;
color: lightgreen;
}
.martrix-table-action-tool {
display: flex;
justify-content: flex-end;
&>span {
font-size: 16px;
margin-right: 6px;
}
.martrix-table-action-tool {
display: flex;
justify-content: flex-end;
&>span {
margin-right: 6px;
font-size: 16px;
}
}
}
</style>