Merge branch 'main' of http://git.excellentkk.cn/mkm/OfficeApp
# Conflicts: # pages/oaHome/oaHome.vue # pages/oaMy/oaMy.vue
This commit is contained in:
commit
c6fdebf1af
@ -9,7 +9,8 @@
|
|||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<view class="my_info flex_a_c">
|
<view class="my_info flex_a_c">
|
||||||
<view class="">
|
<view class="">
|
||||||
<u--image :showLoading="true" :src="myOaInfo.avatar||'../../static/img/public/avatar.png'" width="130.28rpx" height="130.28rpx" shape="circle"></u--image>
|
<u--image :showLoading="true" :src="myOaInfo.avatar||'../../static/img/public/avatar.png'" width="130.28rpx"
|
||||||
|
height="130.28rpx" shape="circle"></u--image>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!$store.state.app.token" @click="login" class="mesg_box">
|
<view v-if="!$store.state.app.token" @click="login" class="mesg_box">
|
||||||
<view class="name">
|
<view class="name">
|
||||||
@ -53,7 +54,8 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<block v-if="ApproveList.length>0">
|
<block v-if="ApproveList.length>0">
|
||||||
<view class="backlog_item flex_a_c_j_sb" v-for="(item,index) in ApproveList.slice(0,2)" :key="index" @click="clickNotice(item.id)">
|
<view class="backlog_item flex_a_c_j_sb" v-for="(item,index) in ApproveList.slice(0,2)" :key="index"
|
||||||
|
@click="clickNotice(item.id)">
|
||||||
<view class="text">{{ item.title }}</view>
|
<view class="text">{{ item.title }}</view>
|
||||||
<i class="iconfont icon-you"><uni-icons type="forward"></uni-icons></i>
|
<i class="iconfont icon-you"><uni-icons type="forward"></uni-icons></i>
|
||||||
</view>
|
</view>
|
||||||
@ -337,6 +339,7 @@
|
|||||||
.mesg_box {
|
.mesg_box {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-left: 31.58rpx;
|
margin-left: 31.58rpx;
|
||||||
|
|
||||||
.nickname {
|
.nickname {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -395,10 +398,14 @@
|
|||||||
|
|
||||||
.text {
|
.text {
|
||||||
font-size: 28.04rpx;
|
font-size: 28.04rpx;
|
||||||
white-space: nowrap; /* 禁止换行 */
|
white-space: nowrap;
|
||||||
overflow: hidden; /* 溢出隐藏 */
|
/* 禁止换行 */
|
||||||
text-overflow: ellipsis; /* 使用省略号代表被截断的文本 */
|
overflow: hidden;
|
||||||
width: 580rpx; /* 设置元素宽度,根据需要进行调整 */
|
/* 溢出隐藏 */
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
/* 使用省略号代表被截断的文本 */
|
||||||
|
width: 580rpx;
|
||||||
|
/* 设置元素宽度,根据需要进行调整 */
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '公告';
|
content: '公告';
|
||||||
@ -418,10 +425,14 @@
|
|||||||
|
|
||||||
.text {
|
.text {
|
||||||
font-size: 28.04rpx;
|
font-size: 28.04rpx;
|
||||||
white-space: nowrap; /* 禁止换行 */
|
white-space: nowrap;
|
||||||
overflow: hidden; /* 溢出隐藏 */
|
/* 禁止换行 */
|
||||||
text-overflow: ellipsis; /* 使用省略号代表被截断的文本 */
|
overflow: hidden;
|
||||||
width: 580rpx; /* 设置元素宽度,根据需要进行调整 */
|
/* 溢出隐藏 */
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
/* 使用省略号代表被截断的文本 */
|
||||||
|
width: 580rpx;
|
||||||
|
/* 设置元素宽度,根据需要进行调整 */
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: none;
|
content: none;
|
||||||
@ -429,10 +440,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.backlog_no_data {
|
.backlog_no_data {
|
||||||
bottom: -70rpx;
|
bottom: -70rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_header_no_data {
|
.home_header_no_data {
|
||||||
margin-bottom: 93.33rpx;
|
margin-bottom: 93.33rpx;
|
||||||
}
|
}
|
||||||
@ -480,12 +493,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #000000CC;
|
color: #000000CC;
|
||||||
line-height: 35rpx;
|
line-height: 35rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tips {
|
.tips {
|
||||||
font-size: 25rpx;
|
font-size: 25rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -499,6 +514,7 @@
|
|||||||
font-size: 25rpx;
|
font-size: 25rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 28rpx;
|
padding: 28rpx;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -590,16 +606,19 @@
|
|||||||
background: rgba(#333333, 0.4);
|
background: rgba(#333333, 0.4);
|
||||||
border-radius: 14rpx 14rpx 0rpx 0rpx;
|
border-radius: 14rpx 14rpx 0rpx 0rpx;
|
||||||
padding: 28rpx 28rpx;
|
padding: 28rpx 28rpx;
|
||||||
|
|
||||||
.view {
|
.view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
width: 158rpx;
|
width: 158rpx;
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
|
@ -33,7 +33,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="work">
|
<view class="work">
|
||||||
电话:{{oaUserInfo.account}}<br />
|
电话:{{oaUserInfo.account}}<br />
|
||||||
公司:<text v-if="oaUserInfo.admin&&oaUserInfo.admin.company">{{ oaUserInfo.admin.company.company_name }}</text>
|
公司:<text
|
||||||
|
v-if="oaUserInfo.admin&&oaUserInfo.admin.company">{{ oaUserInfo.admin.company.company_name }}</text>
|
||||||
<!-- {{ oaUserInfo.did_name }}({{ oaUserInfo.label_name }}) -->
|
<!-- {{ oaUserInfo.did_name }}({{ oaUserInfo.label_name }}) -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user