feat: There is no way the, BUG #52905
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user