15512 监管端查看一公司动火作业票详情 编号右对齐 参考企业端

pet_li_6.6
limingyu 2024-05-09 16:49:38 +08:00
parent b9a46864b5
commit dbce7ea493
1 changed files with 31 additions and 0 deletions

View File

@ -389,3 +389,34 @@ export default {
width: 100% width: 100%
height: 100% height: 100%
</style> </style>
<style scoped lang="scss">
.table-ui td{
line-height: unset;
}
.app-container{
margin-bottom: 50px;
}
.level-title {
display: flex;
justify-content: space-between;
}
.pdf-content[name=pdf-box]{
position: absolute;
left: -999999px;
.level-title {
h1{
font-size: 20px;
}
.level-code{
font-size: 20px;
}
}
td{
font-size: 20px;
}
.bbg {
width: 180px;
}
}
</style>