UI界面变更-法规清单-评论-按钮

This commit is contained in:
刘彦泽
2023-01-06 09:53:18 +08:00
parent c28f9128a3
commit 970c2b8fca
@@ -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>