大铁项目 ctc 车务管理端 样式调整
This commit is contained in:
parent
0269ae8144
commit
4bbe980c21
@ -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%;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user