From d1fb576776a38a6ad2ea6bd7686ee8a1cba76043 Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期三, 24 一月 2024 16:05:53 +0800 Subject: [PATCH] change 合箱上线 --- jcdm-ui/src/views/main/kb/repairMark/index.vue | 41 +++++++++++++++++++++++++++++++---------- 1 files changed, 31 insertions(+), 10 deletions(-) diff --git a/jcdm-ui/src/views/main/kb/repairMark/index.vue b/jcdm-ui/src/views/main/kb/repairMark/index.vue index c5f582e..5e9fd60 100644 --- a/jcdm-ui/src/views/main/kb/repairMark/index.vue +++ b/jcdm-ui/src/views/main/kb/repairMark/index.vue @@ -61,14 +61,33 @@ </el-card> </el-col> <el-col :span="4"> - <el-card style="margin-top: 10px; min-height: 490px" class="box-card"> - <el-button type="success" icon="el-icon-s-grid" @click="selectAll" style="margin-left: -10px;margin-top: 10px">閫夋嫨鎵�鏈�</el-button> - <el-button type="success" icon="el-icon-close" @click="clearAll" style="margin-left: -10px;margin-top: 10px">鍙栨秷閫夋嫨</el-button> - <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified" style="margin-left: -10px;margin-top: 10px">閫夋嫨涓嶅悎鏍�</el-button> - <el-button type="success" icon="el-icon-s-flag" @click="markComplete" style="margin-left: -10px;margin-top: 10px">鏍囪瀹屾垚</el-button> - <el-button type="success" icon="el-icon-files" @click="repairRecord" style="margin-left: -10px;margin-top: 10px">杩斾慨璁板綍</el-button> - <el-button type="success" icon="el-icon-date" @click="operationLog" style="margin-left: -10px;margin-top: 10px">鎿嶄綔鏃ュ織</el-button> + <el-card style="margin-top: 10px; min-height: 490px"> + <el-row class="centered-row"> + <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-s-grid" @click="selectAll" >閫� 鎷� 鎵� 鏈�</el-button> + </el-row> + <el-row class="centered-row"> + <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-close" @click="clearAll">鍙� 娑� 閫� 鎷�</el-button> + </el-row> + <el-row class="centered-row"> + <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-document-remove" @click="selectUnqualified">閫夋嫨涓嶅悎鏍�</el-button> + </el-row> + <el-row class="centered-row"> + <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-s-flag" @click="markComplete">鏍� 璁� 瀹� 鎴�</el-button> + </el-row> + <el-row class="centered-row"> + <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-files" @click="repairRecord">杩� 淇� 璁� 褰�</el-button> + </el-row> + <el-row class="centered-row"> + <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-date" @click="operationLog" >鎿� 浣� 鏃� 蹇�</el-button> + </el-row> + + +<!-- <el-button type="success" icon="el-icon-close" @click="clearAll">鍙栨秷閫夋嫨</el-button>--> +<!-- <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified">閫夋嫨涓嶅悎鏍�</el-button>--> +<!-- <el-button type="success" icon="el-icon-s-flag" @click="markComplete">鏍囪瀹屾垚</el-button>--> +<!-- <el-button type="success" icon="el-icon-files" @click="repairRecord">杩斾慨璁板綍</el-button>--> +<!-- <el-button type="success" icon="el-icon-date" @click="operationLog" >鎿嶄綔鏃ュ織</el-button>--> </el-card> </el-col> </el-row> @@ -206,7 +225,9 @@ .el-icon-close { margin-left: 20px; } -/*::v-deep .el-card__body{*/ -/* padding: 15px 20px 0px 20px;*/ -/*}*/ +.centered-row { + margin-top: 10px; + display: flex; + justify-content: center; +} </style> -- Gitblit v1.9.3