Commit 85cbc04c by liujinbo

信息通报-样式

parent 7b99e4ed
.inforDisTags { .inforDisTags.right {
.txt { .txt {
font-size: 10px; font-size: 10px;
} }
......
...@@ -26,9 +26,6 @@ ...@@ -26,9 +26,6 @@
<view class="item-title"> <view class="item-title">
<view class="left"> <view class="left">
<custom-state :value="item.status.toUpperCase()" /> <custom-state :value="item.status.toUpperCase()" />
<text class="txt u-line-1 fleetTxt">
{{ item.info }}
</text>
</view> </view>
<view class="right inforDisTags"> <view class="right inforDisTags">
<global-tag <global-tag
...@@ -109,24 +106,19 @@ const localPagingCB = (data) => { ...@@ -109,24 +106,19 @@ const localPagingCB = (data) => {
tags: [ tags: [
{ {
text: item.pid === '0' ? '主项' : '子项', text: item.pid === '0' ? '主项' : '子项',
type: item.pid === '0' ? 'primary' : 'warning', type: item.pid === '0' ? 'primary' : 'warning'
bg: item.pid === '0' ? 'blue' : 'lightblue',
color: 'white'
}, },
{ {
text: RetentionBasisList[item.guarantee * 1]?.label, text: RetentionBasisList[item.guarantee * 1]?.label,
type: 'primary', type: 'primary'
bg: '#E9E9E9', color: 'rgba(0,0,0,.4)'
}, },
{ {
text: OperationPhaseList[item.functionInfo * 1]?.label, text: OperationPhaseList[item.functionInfo * 1]?.label,
type: 'primary', type: 'primary'
bg: '#E9E9E9', color: 'rgba(0,0,0,.4)'
}, },
{ {
text: ReleaseStatuList[item.rleaseState]?.label, text: ReleaseStatuList[item.rleaseState]?.label,
type: 'info', type: 'info'
bg: '#E9E9E9', color: 'rgba(0,0,0,.4)'
} }
], ],
id: item.id id: item.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment