shuishen
2023-04-18 60f0195b66aded74d3d2fd49d530db3caa4bb983
部分样式调整
5 files modified
1 files added
56 ■■■■■ changed files
public/img/icon/track.png patch | view | raw | blame | history
src/styles/icon/index.scss 11 ●●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue 28 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 2 ●●● patch | view | raw | blame | history
src/views/house/index.vue 11 ●●●●● patch | view | raw | blame | history
src/views/police/index.vue 4 ●●●● patch | view | raw | blame | history
public/img/icon/track.png
src/styles/icon/index.scss
@@ -73,4 +73,15 @@
    content: "替";
    font-size: countSizeVh(16);
    visibility: hidden;
}
.el-icon-police-track {
    background: url(/img/draw/track.png) center no-repeat;
    background-size: countSizeVh(16) countSizeVh(16);
}
.el-icon-police-track {
    content: "替";
    font-size: countSizeVh(16);
    visibility: hidden;
}
src/views/home/components/rightContainer.vue
@@ -27,11 +27,11 @@
                <div class="table-box" v-show="showMJL">
                    <el-table size="small" :height="tableHeight" :data="schedulingList" style="width: 100%" empty-text=" "
                        :show-header="false" :header-cell-style="{ 'text-align': 'center' }"
                        :cell-style="{ 'text-align': 'left', borderColor: '#324e75' }" :row-class-name="tableRowClassName"
                        :cell-style="{ borderColor: '#324e75' }" :row-class-name="tableRowClassName"
                        v-loading="schedulingLoading" element-loading-text="拼命加载中" element-loading-spinner="el-icon-loading"
                        element-loading-background="rgba(0, 0, 0, 0.5)">
                        <el-table-column :show-overflow-tooltip="true" v-for="(item, index) in transTitle" :label="item"
                            :key="index" align="center">
                        <el-table-column :show-overflow-tooltip="true" v-for="(item, index) in transTitle"
                            :label="item.label" :min-width="item.width" :key="index" :align="item.align">
                            <template slot-scope="scope">
                                {{ scope.row[index] }}
                            </template>
@@ -206,7 +206,7 @@
            policeStaionID: "",
            showMJL: false,
            originTitle: ['值班', '副班、巡逻'],
            transTitle: ['人员', '人员'],
            transTitle: [{ label: '人员', width: '28%', align: 'center' }, { label: '人员', width: '', align: 'left' },],
        }
    },
@@ -1136,16 +1136,18 @@
                }
            }
            :deep(.el-table .cell) {
                // white-space: pre-line;
                white-space: pre-wrap;
                height: 100% !important;
                line-height: 3.4vh !important;
            }
            :deep(.el-table) {
                .cell {
                    // white-space: pre-line;
                    white-space: pre-wrap;
                    height: 100% !important;
                    line-height: 3.4vh !important;
                }
            :deep(.el-table .el-table__body-wrapper) {
                height: 100% !important;
                overflow: hidden;
                .el-table__body-wrapper {
                    height: 100% !important;
                    overflow: hidden;
                }
            }
        }
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: 2023-04-18 09:19:50
 * @LastEditTime: 2023-04-18 21:54:21
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 *
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: 2023-04-18 17:49:23
 * @LastEditTime: 2023-04-18 20:29:31
 * @FilePath: \srs-police-affairs\src\views\house\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -200,7 +200,7 @@
                                                :class="{ on: floorChoosed == value.properties.fojcu }">
                                                {{ value.properties.fojcu }}
                                                <!-- <div class="flow"></div>
                                                        <div class="warning"></div>-->
                                                            <div class="warning"></div>-->
                                            </div>
                                        </div>
                                    </div>
@@ -261,7 +261,8 @@
                        <el-table :data="callPoliceData" style="width: 100%" :height="currentTableHeight"
                            :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }"
                            :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }"
                            :row-class-name="tableRowClassName" :empty-text="jqNoDataText" class="police-infor-table">
                            :row-class-name="tableRowClassName" :empty-text="jqNoDataText" class="police-infor-table"
                            @cell-click="housingPoliceSiteClick">
                            <el-table-column prop="JJDWMC" :show-overflow-tooltip="true" label="接警单位"
                                min-width="80%"></el-table-column>
                            <el-table-column label="报警时间" prop="BJSJ" min-width="50%">
@@ -272,10 +273,6 @@
                                    <el-button v-if="!whetherPosition(scope.row)" @click="clickData(scope.row)" type="text"
                                        size="small" title="定位">
                                        <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                                    </el-button>
                                    <el-button @click="housingPoliceSiteClick(scope.row)" type="text" size="small"
                                        title="详情">
                                        <i class="el-icon-document"></i>
                                    </el-button>
                                </template>
                            </el-table-column>
src/views/police/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-04-09 04:17:48
 * @LastEditTime: 2023-04-18 20:34:25
 * @FilePath: \srs-police-affairs\src\views\police\index.vue
 * @Description: 辖区管理
 * 
@@ -54,7 +54,7 @@
                                    </el-button>
                                    <el-button v-show="navType == 0 || navType == 2" @click="equipmentTrack(scope.row)"
                                        type="text" size="small" title="轨迹">
                                        <i class="el-icon-position"></i>
                                        <i class="el-icon-police-track"></i>
                                    </el-button>
                                    <el-button @click="play(scope.row)" type="text" size="small" title="播放视频">
                                        <i class="el-icon-video-play"></i>