qqq
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
<view style="height: 10px;"></view>
|
<view style="height: 10px;"></view>
|
||||||
|
|
||||||
<view v-for="(child,pos) in item.list" :key="pos"
|
<view v-for="(child,pos) in item.list" :key="pos"
|
||||||
style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;">
|
style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;box-sizing: border-box;">
|
||||||
<image src="../../static/tck_mx_icon.png" style="width: 9px;height: 9px;">
|
<image src="../../static/tck_mx_icon.png" style="width: 9px;height: 9px;">
|
||||||
</image>
|
</image>
|
||||||
<view
|
<view
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;">
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;">
|
||||||
{{child.content}}
|
{{child.content}}
|
||||||
</view>
|
</view>
|
||||||
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;">
|
<view style="font-size: 11px;color: #E99D42;min-width: 60px;text-align: right;padding-left: 5px;">
|
||||||
{{child.remarks}}
|
{{child.remarks}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user