Commit 3807e302 by 陈超

T

parent 3016b8d4
...@@ -700,7 +700,3 @@ div::-webkit-scrollbar { ...@@ -700,7 +700,3 @@ div::-webkit-scrollbar {
border-radius: 1rem; border-radius: 1rem;
padding: 0 !important; padding: 0 !important;
} }
.all_range_input /deep/ .van-cell:not(:last-child)::after {
border-bottom: none;
}
\ No newline at end of file
...@@ -11,9 +11,15 @@ ...@@ -11,9 +11,15 @@
} }
</style> --> </style> -->
<style> <style>
body { body {
padding: 0 !important; padding: 0 !important;
} }
>>> .van-cell:not(:last-child)::after {
border-bottom: none;
}
</style> </style>
<div id="app" style="height: 100%;"> <div id="app" style="height: 100%;">
<div class="layout_v"> <div class="layout_v">
......
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