大铁项目 ctc 车务管理端 样式调整

This commit is contained in:
joylink_cuiweidong 2022-06-23 14:22:42 +08:00
parent 0269ae8144
commit 4bbe980c21
2 changed files with 4 additions and 3 deletions

View File

@ -138,7 +138,7 @@ export default {
};
</script>
<style lang="scss" scoped>
.BTRp{height:100%;width:100%;padding-top:30px}
.BTRp{height:100%;width:100%;padding-top:30px;overflow: hidden;}
.BTRpMenuBarOut{
position: absolute;
width: 100%;

View File

@ -36,10 +36,11 @@
ref="trainFixedPathTableIn"
:data="tableData"
border
height="600px"
:height="(height-100)+'px'"
highlight-current-row
style="border:1px #ccc solid;"
>
<!-- :height="(height-100)+'px'" -->
<!-- @cell-click="selectedTripNumber" -->
<!-- @current-change="handleCurrentChange" -->
<el-table-column
@ -474,7 +475,7 @@ export default {
.trainFixedPathButton:hover{
background-image: linear-gradient(#efffff,#a8daf3);
}
.trainFixedPathRTable{background:#a9a9a9;border-left: 1px #707070 solid;}
.trainFixedPathRTable{background:#a9a9a9;border-left: 1px #707070 solid;overflow: hidden;}
.trainFixedPathUpload {
position: relative;
overflow: hidden;