Browse Source

各个模块列表页布局优化

guoqing 1 year ago
parent
commit
ffbe881a7e

+ 3 - 2
src/views/placeManage/placeFirefighting/placeFirefightingList.vue

@@ -256,7 +256,7 @@ export default {
 };
 </script>
 
-<style lang='less'>
+<style lang='less' scoped>
 body,
 html {
   margin: 0;
@@ -276,8 +276,9 @@ html {
   }
   .list-item {
     background-color: #fff;
-    padding-left: 10px;
+    padding: 10px;
     overflow: hidden;
+    border-bottom: 1px solid #f2f2f2;
     .item_top {
       width: 100%;
       overflow: hidden;

+ 1 - 1
src/views/placeManage/placePerson/placePerson.vue

@@ -228,7 +228,7 @@ export default {
   },
 };
 </script>
-<style lang="less">
+<style lang="less" scoped>
 body,
 html {
   margin: 0;

+ 1 - 1
src/views/placeManage/placeRegister/placeRegisterList.vue

@@ -266,7 +266,7 @@ export default {
 };
 </script>
 
-<style lang='less'>
+<style lang='less' scoped>
 body,
 html {
   margin: 0;

+ 1 - 1
src/views/placeManage/placeTablet/placeTablet.vue

@@ -274,7 +274,7 @@ export default {
 };
 </script>
 
-<style lang="less">
+<style lang="less" scoped>
 body,
 html {
   margin: 0;