UI界面变更-法规清单-评论-按钮
This commit is contained in:
@@ -375,15 +375,24 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-input {
|
.box-input {
|
||||||
width: calc(100% - 168px);
|
width: calc(100% - 183px);
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-text {
|
.button-text {
|
||||||
width: 73px;
|
width: 88px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
box-sizing: border-box;
|
//box-sizing: border-box;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .button-text span {
|
||||||
|
width: 64px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user