Commit 12ec7d09 authored by mzx's avatar mzx

feat(修改bug): 70348

parent bbf1f10d
......@@ -6,6 +6,9 @@
size="40%"
:before-close="handleClose"
>
<template slot="title">
<div class="custom_title">{{ '检验内容' }}</div>
</template>
<el-table
v-loading="loading"
class="el-table"
......@@ -97,4 +100,9 @@ export default {
/deep/ .el-drawer__header {
margin-bottom: 0px !important;
}
.custom_title {
color: #303133 !important;
font-size: 18px;
font-weight: 400;
}
</style>
......@@ -6,6 +6,9 @@
size="40%"
:before-close="handleClose"
>
<template slot="title">
<div class="custom_title">{{ '检验内容' }}</div>
</template>
<table class="table" style="margin: 20px">
<thead>
<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