0915
This commit is contained in:
		| @ -106,8 +106,8 @@ | ||||
|           </div> | ||||
|  | ||||
|           <div class="task-actions"> | ||||
|             <el-button type="text" size="small" class="action-btn view-btn" @click="handleView(task)"> 详情 </el-button> | ||||
|             <el-button type="primary" size="small" :class="task.actionClass" @click="handleAction(task)"> | ||||
|             <el-button type="text" class="action-btn view-btn" @click="handleView(task)"> 详情 </el-button> | ||||
|             <el-button type="primary" :class="task.actionClass" @click="handleAction(task)"> | ||||
|               {{ task.actionText }} | ||||
|             </el-button> | ||||
|           </div> | ||||
| @ -588,6 +588,10 @@ const handleInspection7 = () => { | ||||
|   z-index: 10; | ||||
| } | ||||
|  | ||||
| .task-actions .el-button { | ||||
|   border-radius: 16px; | ||||
|   padding: 6px 16px; | ||||
| } | ||||
| .task-card::before { | ||||
|   content: ''; | ||||
|   position: absolute; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user