清理组件残余

This commit is contained in:
aixianling
2021-12-13 11:56:11 +08:00
parent 66b6f44b0d
commit ecec3a3deb
5 changed files with 651 additions and 663 deletions

View File

@@ -68,17 +68,13 @@
</template>
<script>
import AiAdd from "../../components/AiAdd";
import AiEmpty from "../../components/AiEmpty";
import AiTopFixed from "../../components/AiTopFixed";
import {add, detail, read} from "./components";
import AiOpenData from "../../components/AiOpenData";
import {mapActions} from "vuex";
import {mapActions} from "vuex";
export default {
name: "AppNotification",
appName: "通知公告",
components: {AiOpenData,AiAdd, AiEmpty, AiTopFixed, add, detail, read},
components: {add, detail, read},
data() {
return {
index: 0,
@@ -364,14 +360,14 @@ export default {
height: 36px;
font-size: 26px;
color: #FF8822;
background:rgba(255,136,34,.1);
background: rgba(255, 136, 34, .1);
line-height: 36px;
text-align: center;
margin-right: 4px;
}
.read{
background: rgba(102,102,102,.1);
.read {
background: rgba(102, 102, 102, .1);
color: #666666;
}
}