shuishen
2023-02-17 defd0ed4a547c6ad97719fd8ba4eec3b6d5e6603
状态栏宽度调整
1 files modified
22 ■■■■■ changed files
src/views/police/index.vue 22 ●●●●● patch | view | raw | blame | history
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-02-04 16:09:25
 * @LastEditTime: 2023-02-17 10:23:23
 * @FilePath: \srs-police-affairs\src\views\police\index.vue
 * @Description: 辖区管理
 * 
@@ -52,15 +52,22 @@
                            prop="newName"
                            :show-overflow-tooltip="true"
                            label="名称"
                            min-width="56%"
                            :min-width="typeValue == 0 ? '56%' : '68%'"
                        ></el-table-column>
                        <el-table-column prop="status" label="状态" min-width="14%">
                        <el-table-column
                            prop="status"
                            label="状态"
                            :min-width="typeValue == 0 ? '14%' : '14%'"
                        >
                            <template slot-scope="scope">
                                <div class="state-box" :class="{ online: scope.row.status == '1' }"></div>
                            </template>
                        </el-table-column>
                        <el-table-column label="操作" align="center" min-width="30%">
                        <el-table-column
                            label="操作"
                            align="center"
                            :min-width="typeValue == 0 ? '30%' : '18%'"
                        >
                            <template slot-scope="scope">
                                <el-button
                                    @click="rowClick(scope.row)"
@@ -95,7 +102,7 @@
                        <el-pagination
                            background
                            layout="prev, pager, next"
                            you:page-size="equimentPage.pageSize"
                            :page-size="equimentPage.pageSize"
                            :page-count="equimentPage.count"
                            :pager-count="4"
                            :current-page="equimentPage.currentPage"
@@ -252,7 +259,7 @@
            equimentTableData: [],
            equimentPage: {
                total: 0,
                pageSize: 15,
                pageSize: 25,
                count: 0,
                currentPage: 1
            },
@@ -784,7 +791,6 @@
                    background-color: rgba(24, 79, 202, 0.6);
                    // border: 1px solid rgb(0, 92, 169);
                    border: 1px solid rgb(24, 79, 202);
                    border-radius: 20px;
                }
                input:focus {