清理组件残余
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user