feat: There is no way the, BUG #52905
This commit is contained in:
@@ -150,7 +150,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
float: right;
|
float: right;
|
||||||
color: #4788c0;
|
color: #4788c0;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
float: right;
|
float: right;
|
||||||
color: #4788c0;
|
color: #4788c0;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
float: right;
|
float: right;
|
||||||
color: #4788c0;
|
color: #4788c0;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
float: right;
|
float: right;
|
||||||
color: #4788c0;
|
color: #4788c0;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
label="结束时间">
|
label="结束时间">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div class="more" @click="$router.push('standardForComments')">更多 ⋙</div>
|
<div class="more" @click="$router.push('standardForComments')">更多 ⋙</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -93,18 +93,18 @@ export default {
|
|||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.solicitopinions {
|
.solicitopinions {
|
||||||
/deep/.more {
|
/deep/.more {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
float: right;
|
float: right;
|
||||||
color: #4788c0;
|
color: #4788c0;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #3a8ee6;
|
color: #3a8ee6;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/deep/.el-table__body-wrapper {
|
/deep/.el-table__body-wrapper {
|
||||||
max-height: calc(65vh - 101px);
|
max-height: calc(65vh - 101px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user