Commit 226d247d authored by xinzhedeai's avatar xinzhedeai

法律法规类别样式调整

parent b9c7b42a
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
*/ */
.van-cell__value{overflow: unset; } .van-cell__value{overflow: unset; }
.van-cell:after{border-bottom:none;} .van-cell:after{border-bottom:none;}
.list-item-wrapper{background-color: #fffce9;} /* .list-item-wrapper{background-color: #fffce9;} */
</style> </style>
</head> </head>
<body> <body>
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
<van-list v-model:loading="loading" :offset="10" :finished="finished" finished-text="没有更多了" @load="getList" :immediate-check="false"> <van-list v-model:loading="loading" :offset="10" :finished="finished" finished-text="没有更多了" @load="getList" :immediate-check="false">
<van-cell v-for="(item, index) in list" :key="item"> <van-cell v-for="(item, index) in list" :key="item">
<div class="list-item-wrapper" @click="nav(item)" > <div class="list-item-wrapper" @click="nav(item)" >
<p class="">
<van-tag plain type="primary">一级分类</van-tag>
</p>
<p class=""> <p class="">
{{item.name}} {{item.name}}
</p> </p>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
*/ */
.van-cell__value{overflow: unset; } .van-cell__value{overflow: unset; }
.van-cell:after{border-bottom:none;} .van-cell:after{border-bottom:none;}
.list-item-wrapper{background-color: #fffce9;} /* .list-item-wrapper{background-color: #fffce9;} */
</style> </style>
</head> </head>
<body> <body>
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
<van-list v-model:loading="loading" :offset="10" :finished="finished" finished-text="没有更多了" @load="getList" :immediate-check="false"> <van-list v-model:loading="loading" :offset="10" :finished="finished" finished-text="没有更多了" @load="getList" :immediate-check="false">
<van-cell v-for="(item, index) in list" :key="item"> <van-cell v-for="(item, index) in list" :key="item">
<div class="list-item-wrapper" @click=nav(item.id)> <div class="list-item-wrapper" @click=nav(item.id)>
<p class="">
<van-tag plain type="primary">二级分类</van-tag>
</p>
<p class=""> <p class="">
{{item.name}} {{item.name}}
</p> </p>
......
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