0b829ec7 by 杨威

自然幢表单样式修改

1 parent b6650f69
<template>
<div class="main">
<div class="">
<el-dialog
title="批量室号"
:visible.sync="isVisible"
......
......@@ -44,24 +44,24 @@ export default {
};
</script>
<style scoped lang="less">
.content_box{
box-sizing: border-box;
padding: 0 20px;
.el-tabs{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
/deep/.el-tabs__content{
width: 100%;
height: 100%;
flex:1;
position: unset;
}
.el-tab-pane{
width: 100%;
height: 100%;
}
}
// .content_box{
// box-sizing: border-box;
// padding: 0 20px;
// .el-tabs{
// width: 100%;
// height: 100%;
// display: flex;
// flex-direction: column;
// }
// /deep/.el-tabs__content{
// width: 100%;
// height: 100%;
// flex:1;
// position: unset;
// }
// .el-tab-pane{
// width: 100%;
// height: 100%;
// }
// }
</style>
......
......@@ -42,7 +42,8 @@ export default {
.lpb{
width: 100%;
height: 100%;
background-color: #fff;
box-sizing: border-box;
padding: 0 18px !important;
/deep/.el-tabs__header{
margin-bottom: 0;
}
......
<template>
<div class="zrz content-form" v-loading="loading">
<div class="zrz content-form main" v-loading="loading">
<el-form ref="form" :model="form" label-width="160px">
<Qlr ref="qlrxxModule" :bsm="bsm"></Qlr>
<table border="1" width="100%" cellspacing="0" cellpadding="0" class="zrzTable">
......@@ -528,8 +528,6 @@
.zrz {
min-height: 200px;
width: 100%;
margin-top: 10px;
float: left;
/deep/.el-input__inner{
width: 100%;
......