|
|
@ -3,6 +3,10 @@ |
|
|
<!-- 操作按钮 --> |
|
|
<!-- 操作按钮 --> |
|
|
<div class="toolbar"> |
|
|
<div class="toolbar"> |
|
|
<el-button @click="openAddDialog" type="primary" class="add-btn" size="small">新增</el-button> |
|
|
<el-button @click="openAddDialog" type="primary" class="add-btn" size="small">新增</el-button> |
|
|
|
|
|
<div style="margin-top: 4px;margin-left: 10px; color: #909399; font-size: 12px"> |
|
|
|
|
|
<i class="el-icon-info" style="color: #409EFF"></i> |
|
|
|
|
|
可以拖拽调整工序顺序 |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<!-- 三方确认表格 --> |
|
|
<!-- 三方确认表格 --> |
|
|
@ -1142,6 +1146,8 @@ export default { |
|
|
.toolbar { |
|
|
.toolbar { |
|
|
margin-bottom: 10px; |
|
|
margin-bottom: 10px; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; /* 垂直居中 */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-button + .el-button { |
|
|
.el-button + .el-button { |
|
|
|