wxw
2024-09-27 1ad241932bf44eb214b6eb1104e4cae0ffd3e3fc
修改页面样式
3个文件已修改
14 ■■■■ 已修改文件
Web/.env 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Web/src/views/device/deviceInfo/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Web/src/views/wcs/wcsTask/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Web/.env
@@ -11,10 +11,10 @@
VITE_PUBLIC_PATH =
# 登陆界面默认用户
VITE_DEFAULT_USER = superadmin
VITE_DEFAULT_USER =
# 登陆界面默认密码
VITE_DEFAULT_USER_PASSWORD = 123456
VITE_DEFAULT_USER_PASSWORD =
# 国密SM公钥
VITE_SM_PUBLIC_KEY = "0484C7466D950E120E5ECE5DD85D0C90EAA85081A3A2BD7C57AE6DC822EFCCBD66620C67B0103FC8DD280E36C3B282977B722AAEC3C56518EDCEBAFB72C5A05312"
Web/src/views/device/deviceInfo/index.vue
@@ -1,5 +1,5 @@
<template>
    <div class="sys-user-container">
    <div class="sys-user-container" style="overflow: hidden;">
        <el-row>
            <el-col :span="3">
                <el-collapse v-model="activeName">
Web/src/views/wcs/wcsTask/index.vue
@@ -1,8 +1,8 @@
<template>
  <div class="wcsTask-container">
    <el-row :gutter="8" style="width: 100%; height: 100%; flex: 1">
      <el-col :span="12" :xs="24" style="display: flex; height: 100%; flex: 1">
        <el-card class="full-table" shadow="hover" ::body-style="{ height: 'calc(100% - 51px)' }">
      <el-col :span="14" :xs="24" style="display: flex; height: 100%; flex: 1">
        <el-card class="full-table" shadow="hover" :body-style="{ height: 'calc(100% - 51px)' }">
          <template #header>
            <el-icon size="16"
              style="margin-right: 3px; display: inline; vertical-align: middle"><ele-Collection /></el-icon>任务日志
@@ -67,7 +67,7 @@
          <el-table :data="tableData" style="width: 100%" v-loading="loading" tooltip-effect="light" row-key="id"
            @cell-click="handleClick" @sort-change="sortChange" border="">
            <el-table-column type="index" label="序号" width="55" align="center" />
            <el-table-column prop="taskNo" label="任务号" show-overflow-tooltip="" />
            <el-table-column prop="taskNo" label="任务号" width="130" show-overflow-tooltip="" />
            <el-table-column prop="taskType" width="85" label="任务类型" show-overflow-tooltip="">
              <template #default="scope">
                <el-tag :type="dv('TaskTypeEnum', scope.row.taskType)?.tagType"> {{ dv('TaskTypeEnum',
@@ -138,7 +138,7 @@
          <editDialog ref="editDialogRef" :title="editWcsTaskTitle" @reloadTable="handleQuery" />
        </el-card>
      </el-col>
      <el-col :span="12" :xs="24" style="display: flex; height: 100%; flex: 1">
      <el-col :span="10" :xs="24" style="display: flex; height: 100%; flex: 1">
        <el-card class="full-table" shadow="hover" :body-style="{ height: 'calc(100% - 51px)' }">
          <template #header>
            <el-icon size="16"