qinzhipeng_v 5 жил өмнө
parent
commit
c05d2523a7

+ 3 - 2
src/views/projectManage/Drawer.vue

@@ -99,8 +99,8 @@
     </el-dialog>
 
     <!-- 删除成员 -->
-    <el-dialog title="删除确认" class="dialog_end" :visible.sync="dialogVisible" width="30%" :close-on-click-modal="false" :destroy-on-close="true">
-      <div style="position: absolute; top: 23px; left: 12px;width:4px;height:17px;background:#409EFF;border-radius:1px;" />
+    <el-dialog title="删除确认" class="public_task" :visible.sync="dialogVisible" width="30%" :close-on-click-modal="false" :destroy-on-close="true">
+      <div class="blueStripe" />
       <div align="center">
         <span>是否删除项目成员: {{ name }} ?</span>
       </div>
@@ -113,6 +113,7 @@
 </template>
 
 <script>
+import '@/styles/PublicStyle/index.scss'
 import { memberQueryMemberInfoByIDAPorName } from '@/api/taskIndex'
 import { projectDeleteMember, projectDetRoleList, projectGetMemberList, teamQueryTeamAndMemberInfoList, projectAddMember, teamQueryTeamInfoExtra } from '@/api/drewer'
 import image_url from '@/assets/团队.png'

+ 5 - 5
src/views/projectManage/bugList/details/index.vue

@@ -500,17 +500,17 @@
       <el-dialog
         v-if="statusDialogVisible"
         :visible.sync="statusDialogVisible"
-        width="33%"
-        title="确认删除"
+        width="30%"
+        title="删除确认"
         class="public_task"
         :append-to-body="true"
         :close-on-click-modal="false"
       >
         <div class="blueStripe" />
-        <div style="text-align:center;line-height: 150px">是否要删除当前缺陷?</div>
+        <div style="text-align:center;">是否要删除当前缺陷?</div>
         <template v-slot:footer>
-          <el-button size="small" @click="statusDialogVisible = false">取 消</el-button>
-          <el-button size="small" type="primary" @click="statusDialogConfirm">确 定</el-button>
+          <el-button size="mini" @click="statusDialogVisible = false">取 消</el-button>
+          <el-button size="mini" type="primary" @click="statusDialogConfirm">确 定</el-button>
         </template>
       </el-dialog>
       <createdBug v-if="modalShow" ref="createdBug" @father="father" />

+ 2 - 2
src/views/projectManage/iteration/components/deleteIteration.vue

@@ -6,8 +6,8 @@
       <div class="deleteName">此操作将永久删除该迭代,是否继续?</div>
     </div>
     <span slot="footer" class="dialog-footer">
-      <el-button @click="OnClose">取 消</el-button>
-      <el-button type="primary" @click="skipOff()">确 定</el-button>
+      <el-button size="mini" @click="OnClose">取 消</el-button>
+      <el-button size="mini" type="primary" @click="skipOff()">确 定</el-button>
     </span>
   </el-dialog>
 </template>

+ 5 - 3
src/views/projectManage/projectList/projectViewDetails.vue

@@ -147,11 +147,12 @@
       </el-container>
       <!-- 统计 -->
       <!-- 删除 -->
-      <el-dialog :visible.sync="deleteVisible" width="30%" center :close-on-click-modal="false">
+      <el-dialog :visible.sync="deleteVisible" title="删除确认" class="public_task" width="30%" :close-on-click-modal="false">
+        <div class="blueStripe" />
         <div align="center">确定要删除此 {{ form_query.name }} 项目吗?</div>
         <span slot="footer" class="dialog-footer">
-          <el-button @click="deleteVisible = false">关 闭</el-button>
-          <el-button type="primary" @click="delete_project()">确 定</el-button>
+          <el-button size="mini" @click="deleteVisible = false">关 闭</el-button>
+          <el-button size="mini" type="primary" @click="delete_project()">确 定</el-button>
         </span>
       </el-dialog>
       <!-- 弹窗 -->
@@ -189,6 +190,7 @@ import {
   mileStoneList,
   projectDelete
 } from '@/api/projectIndex'
+import '@/styles/PublicStyle/index.scss'
 import searchPeople from '@/components/select/searchPeople'
 import textArea from '@/components/input/textArea'
 import mileStone from './components/mileStone'

+ 5 - 3
src/views/projectManage/requirement/requirementDetail.vue

@@ -223,11 +223,12 @@
       />
       <!-- 编辑 -->
       <!-- 删除 -->
-      <el-dialog :visible.sync="deleteVisible" width="30%" center :close-on-click-modal="false">
+      <el-dialog :visible.sync="deleteVisible" class="public_task" title="删除确认" width="30%" :close-on-click-modal="false">
+        <div class="blueStripe" />
         <div align="center">确定要删除此 {{ form_query.name }} 需求吗?</div>
         <span slot="footer" class="dialog-footer">
-          <el-button @click="deleteVisible = false">关 闭</el-button>
-          <el-button type="primary" @click="deleteRequirement()">确 定</el-button>
+          <el-button size="mini" @click="deleteVisible = false">关 闭</el-button>
+          <el-button size="mini" type="primary" @click="deleteRequirement()">确 定</el-button>
         </span>
       </el-dialog>
       <!-- 删除 -->
@@ -283,6 +284,7 @@ import bugTableDialog from '@/views/projectManage/bugList/details/bugTableDialog
 import schedule from '@/views/projectManage/schedule' // 排期锁定弹窗
 import urgent from '@/assets/urgent.png'
 import download from '@/views/projectManage/components/export.vue'
+import '@/styles/PublicStyle/index.scss'
 export default {
   components: {
     searchPeople,

+ 5 - 3
src/views/projectManage/taskList/taskViewDetail.vue

@@ -232,11 +232,12 @@
       <open-dialog v-if="updateVisible" ref="task_createdUpdata" />
       <!-- 编辑 -->
       <!-- 删除 -->
-      <el-dialog :visible.sync="deleteVisible" width="30%" center :close-on-click-modal="false">
+      <el-dialog :visible.sync="deleteVisible" title="删除确认" class="public_task" width="30%" :close-on-click-modal="false">
+        <div class="blueStripe" />
         <div align="center">确定要删除此 {{ form_query.name }} 任务吗?</div>
         <span slot="footer" class="dialog-footer">
-          <el-button @click="deleteVisible = false">关 闭</el-button>
-          <el-button type="primary" @click="taskDelete()">确 定</el-button>
+          <el-button size="mini" @click="deleteVisible = false">关 闭</el-button>
+          <el-button size="mini" type="primary" @click="taskDelete()">确 定</el-button>
         </span>
       </el-dialog>
       <!-- 删除 -->
@@ -272,6 +273,7 @@ import {
   configShowRequirementVersionEnum,
   scheduleGetTaskScheduleHistory
 } from '@/api/taskIndex'
+import '@/styles/PublicStyle/index.scss'
 import { listByTask } from '@/api/projectViewDetails'
 import { projectListProject, scheduleGetHistoryScheduleById } from '@/api/requirement.js'
 import searchPeople from '@/components/select/searchPeople'