update:保留侧边栏
This commit is contained in:
@@ -32,50 +32,50 @@
|
||||
<div class="container" style="position:relative;">
|
||||
<div style="position: absolute;top: 0;left: 0;bottom: 0;right: 0;">
|
||||
<el-table
|
||||
:data="standinfoList"
|
||||
height="100%"
|
||||
border
|
||||
style="width: 100%"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
:data="standinfoList"
|
||||
height="100%"
|
||||
border
|
||||
style="width: 100%"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', height: '48px'}">
|
||||
<el-table-column
|
||||
type="selection"
|
||||
width="55"
|
||||
align="center">
|
||||
type="selection"
|
||||
width="55"
|
||||
align="center">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="date"
|
||||
label="章节编号"
|
||||
width="180">
|
||||
prop="date"
|
||||
label="章节编号"
|
||||
width="180">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="name"
|
||||
label="修改意见内容(包括理由或依据)"
|
||||
prop="name"
|
||||
label="修改意见内容(包括理由或依据)"
|
||||
>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="department"
|
||||
label="提出部门"
|
||||
width="300"
|
||||
prop="department"
|
||||
label="提出部门"
|
||||
width="300"
|
||||
>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="proposer"
|
||||
label="提出人"
|
||||
width="170"
|
||||
>
|
||||
</el-table-column>
|
||||
prop="proposer"
|
||||
label="提出人"
|
||||
width="170"
|
||||
>
|
||||
</el-table-column>
|
||||
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<pagination
|
||||
style="position: static;"
|
||||
:page="newModelPageConfig.page"
|
||||
:total="newModelPageConfig.total"
|
||||
@pageChange="page => handlePageChange('newModel', page)"
|
||||
@pageSizeChange="pageSize => handlePageSizeChange('newModel', pageSize)"></pagination>
|
||||
style="position: static;"
|
||||
:page="newModelPageConfig.page"
|
||||
:total="newModelPageConfig.total"
|
||||
@pageChange="page => handlePageChange('newModel', page)"
|
||||
@pageSizeChange="pageSize => handlePageSizeChange('newModel', pageSize)"></pagination>
|
||||
</div>
|
||||
<!--导出文件改名字模态框-->
|
||||
<el-dialog :visible.sync="exportModelFlag" class="export-dialog" title="导出文件" width="300px">
|
||||
@@ -184,7 +184,7 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
@import '~@/assets/styles/mixins';
|
||||
@import '~@/assets/styles/style';
|
||||
.consultationDetails {
|
||||
.consultationDetails{
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -218,7 +218,7 @@ export default {
|
||||
line-height: 35px;
|
||||
.transition-box-label{
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
width: 80px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.transition-box-span{
|
||||
@@ -260,14 +260,10 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.effect {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.container {
|
||||
height: calc(~'100% - 52px - 55px - 50px');
|
||||
//height: calc(~'100% - 52px - 55px - 50px');
|
||||
flex: auto;
|
||||
display: flex;
|
||||
margin:10px;
|
||||
flex-direction: column;
|
||||
.el-tabs{
|
||||
height: 100%;
|
||||
@@ -289,13 +285,57 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.add-demo {
|
||||
.search-area {
|
||||
height: 100%;
|
||||
/deep/.relateClass{
|
||||
& > button{
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-size: 14px;
|
||||
padding: 0 10px;
|
||||
font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
|
||||
}
|
||||
::v-deep .el-textarea__inner {
|
||||
width: 1000px;
|
||||
& i{
|
||||
display: inline-block;
|
||||
margin-right: 3px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-position: center center;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
.relation-btn{
|
||||
color: #409EFF;
|
||||
border: 1px solid #409EFF;
|
||||
background: rgba(64, 158, 255, 0.1);
|
||||
.icon-relation{
|
||||
background-image: url("~assets/images/shangqi/standardDetails/relation.png");
|
||||
}
|
||||
}
|
||||
}
|
||||
.iconClass{
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.iconClassDia{
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
.picBorder{
|
||||
border: 1px solid #409eff;
|
||||
}
|
||||
.add-border{
|
||||
/*width: 80px;*/
|
||||
height: 80px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer
|
||||
}
|
||||
}
|
||||
.relateClass{
|
||||
.el-dialog__body {
|
||||
max-height: 460px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -559,10 +559,10 @@ export default {
|
||||
}
|
||||
::v-deep .el-drawer__header{
|
||||
&>span:first-child{
|
||||
outline: none!important;
|
||||
outline:0 !important;
|
||||
}
|
||||
}
|
||||
::v-deep .el-drawer{
|
||||
outline: none!important;
|
||||
outline:0 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
+1
-1
@@ -2405,7 +2405,7 @@ const routes = [
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '征求意见详情',
|
||||
// isBoolean: true,
|
||||
isBoolean: true,
|
||||
menuId: ''
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user