|
@@ -60,9 +60,9 @@
|
|
|
<CheckRule :rulelist="rulelist" :baseTypeList="baseTypeList" :baseTermTypeList="baseTermTypeList"
|
|
|
:row="row" :description="filter.description" :baseLibType="filter.baseLibType" :baseLibName="filter.baseLibName">
|
|
|
</CheckRule>
|
|
|
- <!-- <span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="closecheckDialog" style="margin-right: 15px">关闭</el-button>
|
|
|
- </span> -->
|
|
|
+ <div style="text-align: center;">
|
|
|
+ <el-button @click="closecheckDialog" style="width: 180px;">关闭</el-button>
|
|
|
+ </div>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -71,7 +71,7 @@
|
|
|
import api from '@api/knowledgeLib.js';
|
|
|
import config from '@api/config.js';
|
|
|
import utils from '@api/utils.js';
|
|
|
- import CheckRule from "./CheckRule.vue";
|
|
|
+ import CheckRule from "./DiagCheckRule.vue";
|
|
|
|
|
|
|
|
|
export default {
|
|
@@ -359,4 +359,12 @@
|
|
|
/deep/.el-dialog__body{
|
|
|
padding-top:0px
|
|
|
}
|
|
|
+ /deep/.el-dialog__title{
|
|
|
+ color: #333333;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ /deep/.el-dialog__header{
|
|
|
+ border-left:4px #48C5D7 solid
|
|
|
+ }
|
|
|
</style>
|