Commit fde147e7 by 无尘

fix: 修改样式

parent cc2b5e05
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2018-10-10 14:44:45 * @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-07-17 11:45:18 * @LastEditTime: 2020-07-24 10:01:09
--> -->
<template> <template>
<div id="index"> <div id="index">
...@@ -958,15 +958,7 @@ export default { ...@@ -958,15 +958,7 @@ export default {
.el-table__empty-text { .el-table__empty-text {
width: auto; width: auto;
margin-bottom: 80px; margin-bottom: 0px;
&::before {
content: ' ';
display: block;
width: 60px;
height: 60px;
background: url(../../assets/no-data_icon.png) no-repeat center;
margin: 0px auto 22px auto;
}
} }
.el-submenu__title { .el-submenu__title {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2018-10-10 14:44:45 * @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-07-20 12:28:44 * @LastEditTime: 2020-07-24 10:00:51
--> -->
<template> <template>
<div class="review-wrap"> <div class="review-wrap">
...@@ -210,18 +210,6 @@ export default { ...@@ -210,18 +210,6 @@ export default {
.el-table__empty-text { .el-table__empty-text {
width: auto; width: auto;
margin-bottom: 80px; margin-bottom: 0px;
&::before {
content: ' ';
display: block;
width: 60px;
height: 60px;
background: url(../../assets/no-data_icon.png) no-repeat center;
margin: 0px auto 22px auto;
}
}
.el-table__empty-text {
margin-bottom: 0;
} }
</style> </style>
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