shuishen
2022-09-23 7ab5ec2527d6b4aa802fcd5df2795e6ed4fbd42f
样式
4 files modified
21 ■■■■■ changed files
src/views/activity/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/house/index.vue 7 ●●●● patch | view | raw | blame | history
src/views/video/index.vue 8 ●●●●● patch | view | raw | blame | history
src/views/activity/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-09-23 09:51:43
 * @LastEditTime: 2022-09-23 17:07:31
 * @FilePath: \srs-police-affairs\src\views\activity\index.vue
 * @Description: 安保活动
 * 
@@ -514,7 +514,6 @@
<style scoped lang="scss">
@import '@/styles/public/index.scss';
@import '@/styles/element-ui/element-ui.scss';
.container {
    height: 100%;
src/views/home/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-09-23 16:25:07
 * @LastEditTime: 2022-09-23 17:07:26
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -1160,7 +1160,6 @@
<style scoped lang="scss">
@import '@/styles/public/index.scss';
@import '@/styles/element-ui/element-ui.scss';
.container {
    color: #fff;
src/views/house/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-09-22 11:24:11
 * @LastEditTime: 2022-09-23 17:07:10
 * @FilePath: \srs-police-affairs\src\views\house\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -631,12 +631,15 @@
</script>
<style scoped lang="scss">
@import '@/styles/public/index.scss';
.container {
    position: relative;
    width: 400px;
    height: 100%;
    color: #fff;
    background: rgba(7, 22, 37, 0.8);
    background: $bg-color;
    li {
        list-style: none;
    }
src/views/video/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-09-20 18:01:35
 * @LastEditTime: 2022-09-23 17:06:30
 * @FilePath: \srs-police-affairs\src\views\video\index.vue
 * @Description: 辖区管理
 * 
@@ -159,12 +159,14 @@
</script>
<style scoped lang="scss">
@import '@/styles/element-ui/element-ui.scss';
@import '@/styles/public/index.scss';
.container {
    position: relative;
    width: 400px;
    height: 100%;
    background: rgba(41, 53, 53, 0.8);
    background: $bg-color;
    .search-box {
        height: 46px;
        padding: 0 0 0 10px;