BUG 30946

This commit is contained in:
aixianling
2022-08-22 15:47:29 +08:00
parent 43a5d90c98
commit 9058b7c9bc

View File

@@ -55,6 +55,7 @@
<script>
import { mapState } from 'vuex'
export default {
appName:"申报审批",
data() {
return {
tabs: ['全部待办','办理历史'],
@@ -153,6 +154,7 @@ export default {
<style lang="scss" scoped>
.list {
padding: 0;
::v-deep .AiTopFixed .content {
padding: 0;
}
@@ -229,7 +231,7 @@ export default {
color: #333333;
font-size: 32px;
font-weight: 600;
overflow:hidden;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
@@ -248,7 +250,7 @@ export default {
vertical-align: bottom;
display: inline-block;
width: calc(100% - 160px);
overflow:hidden;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
@@ -293,4 +295,4 @@ export default {
background: #3975C6;
}
}
</style>
</style>