From 14a03de477e4fa38239a78cbb95efa1096bb8929 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Wed, 24 Aug 2022 17:54:25 +0800
Subject: [PATCH] Default Changelist
---
src/views/specialWorkSystem/foundationSet/safetyAction/index.vue | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/src/views/specialWorkSystem/foundationSet/safetyAction/index.vue b/src/views/specialWorkSystem/foundationSet/safetyAction/index.vue
index 65c1651..ed67ee7 100644
--- a/src/views/specialWorkSystem/foundationSet/safetyAction/index.vue
+++ b/src/views/specialWorkSystem/foundationSet/safetyAction/index.vue
@@ -27,13 +27,13 @@
<div class="main-card">
<el-row class="cardTop">
<el-col :span="12" class="mainCardBtn">
- <el-button type="primary" :icon="Plus" size="default" @click="openSafetyActionDialog('新增', {})">新建</el-button>
+ <el-button type="primary" :icon="Plus" size="default" @click="openSafetyActionDialog('新增', {})">新增</el-button>
<!-- <el-button type="danger" :icon="Delete" size="default" plain>删除</el-button>-->
</el-col>
<el-button type="primary" :icon="Refresh" size="default" />
</el-row>
- <el-table ref="multipleTableRef" :data="tableData.safetyActionData" style="width: 100%" height="calc(100% - 100px)" :header-cell-style="{ background: '#fafafa' }" @selection-change="handleSelectionChange">
- <el-table-column type="selection" width="55" />
+ <el-table ref="multipleTableRef" :data="tableData.safetyActionData" style="width: 100%" height="calc(100% - 100px)" :header-cell-style="{ background: '#fafafa' }">
+<!-- <el-table-column type="selection" width="55" />-->
<el-table-column property="workType" label="作业类型">
<template #default="scope">
<span>
@@ -48,7 +48,7 @@
</span>
</template>
</el-table-column>
- <el-table-column property="context" label="措施内容"></el-table-column>
+ <el-table-column :show-overflow-tooltip="true" property="context" label="措施内容"></el-table-column>
<el-table-column prop="correctVal" label="正确值" show-overflow-tooltip>
<template #default="scope">
<span>
@@ -289,7 +289,7 @@
<style scoped lang="scss">
$homeNavLengh: 8;
.home-container {
- height: calc(100vh - 114px);
+ height: calc(100vh - 144px);
box-sizing: border-box;
overflow: hidden;
.homeCard {
@@ -411,9 +411,6 @@
border: 2px solid #0098f5;
color: #0098f5;
}
-}
-:deep(.el-date-editor) {
- width: 100%;
}
:deep(.el-textarea.is-disabled .el-textarea__inner) {
background-color: var(--el-card-bg-color);
--
Gitblit v1.9.2