update:更新样式

This commit is contained in:
2021-10-11 10:09:32 +08:00
parent 573c1d8447
commit cb92d52b94
6 changed files with 28 additions and 12 deletions

View File

@@ -4,6 +4,7 @@
v-loading="loading"
element-loading-text="拼命加载中"
element-loading-spinner="el-icon-loading"
element-loading-background=" rgba(118,118,118)"
>
<div class="topBox">
<div class="titleBox">
@@ -161,7 +162,7 @@
>
<!-- 非最后一行有边框 -->
<div
style="border-bottom: 1px dashed #C9C7C7"
style="border-bottom: 1px dashed #E8E9EC"
v-if="i != data.policiesRegulationsLists.list.length - 1"
>
<div>{{ item.title }}</div>
@@ -324,7 +325,12 @@ export default {
}
},
onFail: err => {
console.log("用户无数据,不展示");
this.$notify({
title: "错误",
message: "请求失败",
duration: 3000,
type: "error"
});
}
});
},
@@ -337,7 +343,6 @@ export default {
gotoProject(type) {
$(".bottomContent").removeClass("display");
$("#app").removeClass("padding");
this.$router.push({
name: "projectSelect",
params: {
@@ -447,7 +452,7 @@ export default {
<style lang="less" scoped>
.page {
border-radius: 6px;
background: #f2fbfd;
background: #f6f7f8;
padding-bottom: 20px;
> div:nth-child(n + 2) {
margin-top: 10px;