feat: There is no way the, BUG #52905

This commit is contained in:
super_liu
2022-06-07 15:33:35 +08:00
parent dd0fb9d595
commit e20ff3a74c
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export default {
position: absolute;
right: 0;
bottom: 2px;
font-size: 12px;
font-size: 15px;
float: right;
color: #4788c0;
&:hover {
@@ -150,7 +150,7 @@ export default {
position: absolute;
right: 0;
bottom: 2px;
font-size: 12px;
font-size: 15px;
float: right;
color: #4788c0;
&:hover {
@@ -155,7 +155,7 @@ export default {
position: absolute;
right: 0;
bottom: 2px;
font-size: 12px;
font-size: 15px;
float: right;
color: #4788c0;
&:hover {
@@ -166,7 +166,7 @@ export default {
position: absolute;
right: 0;
bottom: 2px;
font-size: 12px;
font-size: 15px;
float: right;
color: #4788c0;
&:hover {
@@ -37,7 +37,7 @@
label="结束时间">
</el-table-column>
</el-table>
<div class="more" @click="$router.push('standardForComments')">更多 </div>
<div class="more" @click="$router.push('standardForComments')">更多 </div>
</div>
</template>
@@ -93,18 +93,18 @@ export default {
<style lang="less" scoped>
.solicitopinions {
/deep/.more {
position: absolute;
right: 0;
bottom: 0;
font-size: 12px;
float: right;
color: #4788c0;
&:hover {
color: #3a8ee6;
cursor: pointer;
}
/deep/.more {
position: absolute;
right: 0;
bottom: 2px;
font-size: 15px;
float: right;
color: #4788c0;
&:hover {
color: #3a8ee6;
cursor: pointer;
}
}
/deep/.el-table__body-wrapper {
max-height: calc(65vh - 101px);
overflow-y: auto;