|
@@ -4,8 +4,8 @@
|
|
|
|
|
|
|
|
<!-- 查询条件 -->
|
|
<!-- 查询条件 -->
|
|
|
<div class="search-section">
|
|
<div class="search-section">
|
|
|
|
|
+ <h3>查询条件</h3>
|
|
|
<el-form :model="queryForm" class="search-form">
|
|
<el-form :model="queryForm" class="search-form">
|
|
|
- <h3>查询条件</h3>
|
|
|
|
|
<!-- 第一行(默认显示,3个控件 + 按钮) -->
|
|
<!-- 第一行(默认显示,3个控件 + 按钮) -->
|
|
|
<div class="search-row">
|
|
<div class="search-row">
|
|
|
<el-form-item label="角色名称">
|
|
<el-form-item label="角色名称">
|
|
@@ -724,6 +724,7 @@ export default {
|
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
|
color: #606266;
|
|
color: #606266;
|
|
|
display: block;
|
|
display: block;
|
|
|
|
|
+ clear: both;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.search-form {
|
|
.search-form {
|
|
@@ -747,7 +748,7 @@ export default {
|
|
|
.search-actions {
|
|
.search-actions {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
gap: 8px;
|
|
gap: 8px;
|
|
|
- margin-left: auto;
|
|
|
|
|
|
|
+ margin-left: 12px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.action-section {
|
|
.action-section {
|