feat:地址配置

This commit is contained in:
houjunxiang
2026-01-06 15:11:31 +08:00
parent 6d1a0950f2
commit 8ec33a963c
8 changed files with 80 additions and 28 deletions

View File

@@ -61,6 +61,11 @@
<rich-text :nodes="sample.assayProject"> </rich-text>
</view>
</u-col>
<!-- <u-col span="2">
<view class="remark-text">
{{sample.remark}}
</view>
</u-col> -->
</u-row>
</u-col>
</u-row>
@@ -295,4 +300,8 @@ onBackPress(() => {
font-size: 18px;
width: 95%;
}
.remark-text{
padding-top: 25px;
font-size: 12px;
}
</style>