吉安感知网项目-前端
chenyao
2026-01-28 684da97a1592f96e4f5a12f7509f599237a25260
feat:更新工单样式
3 files modified
14 ■■■■ changed files
applications/task-work-order/src/styles/common/cockpit.scss 6 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/flyingHand/FlyingHandDialog.vue 2 ●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue 6 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/styles/common/cockpit.scss
@@ -1058,14 +1058,14 @@
  th.el-table__cell {
    height: 40px;
    border-bottom: 1px solid #DBDFF1 !important;
    border-bottom: 1px solid #E5E6EB !important;
    .cell {
      padding: 0 0 0 16px;
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
      font-size: 14px;
      color: #9292C1;
      color: #86909C;
      text-align: left;
      font-style: normal;
      text-transform: none;
@@ -1081,7 +1081,7 @@
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
      font-size: 14px;
      color: #383874;
      color: #4E5969;
      text-align: left;
      font-style: normal;
      text-transform: none;
applications/task-work-order/src/views/orderView/flyingHand/FlyingHandDialog.vue
@@ -184,7 +184,7 @@
            </el-row>
        </el-form>
        <template #footer>
            <el-button color="#F2F3F5" @click="handleClose">取消</el-button>
            <el-button v-if="dialogType !== 'view'" color="#F2F3F5" @click="handleClose">取消</el-button>
            <el-button
                v-if="dialogType !== 'view'"
                type="primary"
applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
@@ -1,7 +1,7 @@
<template>
    <el-dialog class="gd-dialog" v-model="visible" title="查看" @closed="visible = false" width="1000px" destroy-on-close>
        <div v-loading="loading">
            <el-table :data="list">
            <el-table :data="list" class="gd-dialog-table">
                <el-table-column label="线索缩略图" width="120">
                    <template v-slot="{ row }">
                        <el-image
@@ -42,9 +42,9 @@
            </el-table>
        </div>
        <template #footer>
        <!-- <template #footer>
            <el-button color="#F2F3F5" @click="visible = false">关闭</el-button>
        </template>
        </template> -->
        <DistributeDiaLog
            ref="distributeDialogRef"