Commit 12ec7d09 authored by mzx's avatar mzx

feat(修改bug): 70348

parent bbf1f10d
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
size="40%" size="40%"
:before-close="handleClose" :before-close="handleClose"
> >
<template slot="title">
<div class="custom_title">{{ '检验内容' }}</div>
</template>
<el-table <el-table
v-loading="loading" v-loading="loading"
class="el-table" class="el-table"
...@@ -97,4 +100,9 @@ export default { ...@@ -97,4 +100,9 @@ export default {
/deep/ .el-drawer__header { /deep/ .el-drawer__header {
margin-bottom: 0px !important; margin-bottom: 0px !important;
} }
.custom_title {
color: #303133 !important;
font-size: 18px;
font-weight: 400;
}
</style> </style>
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
size="40%" size="40%"
:before-close="handleClose" :before-close="handleClose"
> >
<template slot="title">
<div class="custom_title">{{ '检验内容' }}</div>
</template>
<table class="table" style="margin: 20px"> <table class="table" style="margin: 20px">
<thead> <thead>
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment