内容面板信息简化
This commit is contained in:
parent
e9e6335ddc
commit
b25a626947
|
|
@ -106,12 +106,12 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="announcement-meta">
|
||||
<!-- <view class="announcement-meta-item">-->
|
||||
<!-- <text class="announcement-meta-icon">👤</text>-->
|
||||
<!-- <text class="announcement-meta-text">{{ item.userName }}</text>-->
|
||||
<!-- </view>-->
|
||||
<view class="announcement-meta-item">
|
||||
<text class="announcement-meta-icon">👤</text>
|
||||
<text class="announcement-meta-text">{{ item.userName }}</text>
|
||||
</view>
|
||||
<view class="announcement-meta-item">
|
||||
<text class="announcement-meta-icon">🕐</text>
|
||||
<!-- <text class="announcement-meta-icon">🕐</text>-->
|
||||
<text class="announcement-meta-text">{{ item.createTime }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
<!-- 项目状态 -->
|
||||
<view class="project-status-section">
|
||||
<view class="section-header">
|
||||
<text class="section-icon">💎</text>
|
||||
<!-- <text class="section-icon">💎</text>-->
|
||||
<text class="section-title">项目状态</text>
|
||||
</view>
|
||||
<view class="status-grid">
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
<!-- 客户状态 -->
|
||||
<view class="customer-status-section">
|
||||
<view class="section-header">
|
||||
<text class="section-icon">👤</text>
|
||||
<!-- <text class="section-icon">👤</text>-->
|
||||
<text class="section-title">客户状态</text>
|
||||
</view>
|
||||
<view class="status-grid">
|
||||
|
|
@ -1049,6 +1049,8 @@ const getTagCustomStyle = (status) => {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.announcement-meta-item {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user