bug
This commit is contained in:
@@ -200,13 +200,13 @@
|
||||
|
||||
<div class="fixedBtn">
|
||||
<div class="status00">
|
||||
<div class="columns" @click="toContent">
|
||||
<img src="./components/22.png" alt="" />
|
||||
<div class="columns border-r" @click="toContent">
|
||||
<img src="./components/img/zhuanjiao.png" alt="" />
|
||||
<span class="hint">转交事件</span>
|
||||
</div>
|
||||
|
||||
<div class="columns" @click="toContent">
|
||||
<img src="./components/22.png" alt="" />
|
||||
<img src="./components/img/jujue.png" alt="" />
|
||||
<span class="hint">拒绝受理</span>
|
||||
</div>
|
||||
|
||||
@@ -478,6 +478,7 @@ uni-page-body {
|
||||
align-items: center;
|
||||
width: 22%;
|
||||
padding: 16px 0;
|
||||
border-top: 1px solid #ddd;
|
||||
img {
|
||||
width: 44px;
|
||||
height: 42px;
|
||||
@@ -488,6 +489,9 @@ uni-page-body {
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
.border-r{
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
.doIt {
|
||||
width: 56%;
|
||||
background: #3975c6;
|
||||
|
||||
Reference in New Issue
Block a user