style: endpoint 批量新增样式调整

This commit is contained in:
@changcode
2021-12-01 15:40:07 +08:00
parent 02da69a79e
commit 9496d7f8ed

View File

@@ -10,9 +10,9 @@
</div>
<!-- begin--表单-->
<div class="right-box-form-box right-box__container" style="overflow: hidden;padding-left: 20px;margin-top: 0">
<div class="right-box__container">
<div class="container__form" style="display: flex; flex-direction: column;height: 100%">
<el-form class="right-box-form" label-position = "top" ref="addEndpoint" :model="endpoint" :rules="rules">
<el-form label-position = "top" ref="addEndpoint" :model="endpoint" :rules="rules">
<el-form-item :label="$t('project.module.module')" prop="ChartTemplate">
<v-selectpage
:data="moduleList"
@@ -60,7 +60,7 @@
:data="batchEndpoint.tableData"
:class="showError?'error' : ''"
:height="'calc(100% - 400px)'"
style="width:calc(100% - 70px);margin-left: 15px;min-height:400px;flex: 1"
style="width:100%;min-height:400px;flex: 1"
border>
<el-table-column
v-for="(item, index) in endpointTableTitle"
@@ -504,10 +504,6 @@ export default {
.error{
border: 1px solid #F56C6C !important;
}
.right-box-sub-title{
width: calc(100% - 70px);
margin-left: 15px;
}
/deep/ .el-table thead .cell{
font-size: 14px;
color: #333333;