|
@@ -90,7 +90,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="提示" align="center" prop="forbiddenMessage">
|
|
|
<template slot-scope="scope">
|
|
|
- <div style="font-size: 16px; color: red;">
|
|
|
+ <div style="font-size: 14px; color: #ff0000;">
|
|
|
{{ scope.row.forbiddenMessage }}
|
|
|
</div>
|
|
|
</template>
|