提交 3abcb4a2 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!246 Optimized the button style of the tag, modified the misalignment of the...

!246 Optimized the button style of the tag, modified the misalignment of the table header and the table border
Merge pull request !246 from 秦君艳/master
...@@ -284,6 +284,7 @@ limitations under the License. ...@@ -284,6 +284,7 @@ limitations under the License.
</div> </div>
</div> </div>
<div class="btn-container-margin"> <div class="btn-container-margin">
<div class="tag-button-container">
<el-button type="primary" <el-button type="primary"
size="mini" size="mini"
class="custom-btn" class="custom-btn"
...@@ -291,6 +292,8 @@ limitations under the License. ...@@ -291,6 +292,8 @@ limitations under the License.
plain> plain>
{{ $t('public.sure')}} {{ $t('public.sure')}}
</el-button> </el-button>
</div>
<div class="tag-button-container">
<el-button type="primary" <el-button type="primary"
size="mini" size="mini"
class="custom-btn" class="custom-btn"
...@@ -298,6 +301,8 @@ limitations under the License. ...@@ -298,6 +301,8 @@ limitations under the License.
plain> plain>
{{ $t('public.clear')}} {{ $t('public.clear')}}
</el-button> </el-button>
</div>
<div class="tag-button-container">
<el-button type="primary" <el-button type="primary"
size="mini" size="mini"
class="custom-btn" class="custom-btn"
...@@ -309,6 +314,7 @@ limitations under the License. ...@@ -309,6 +314,7 @@ limitations under the License.
</div> </div>
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
import RequestService from '../../services/request-service'; import RequestService from '../../services/request-service';
...@@ -1966,7 +1972,12 @@ export default { ...@@ -1966,7 +1972,12 @@ export default {
border: 1px solid #00a5a7 !important; border: 1px solid #00a5a7 !important;
} }
.btn-container-margin { .btn-container-margin {
margin: 0 55px 10px; margin: 0 10%;
}
.tag-button-container {
display: inline-block;
width: 33.3%;
text-align: center;
} }
.custom-btn { .custom-btn {
border: 1px solid #00a5a7; border: 1px solid #00a5a7;
......
...@@ -313,6 +313,7 @@ limitations under the License. ...@@ -313,6 +313,7 @@ limitations under the License.
</div> </div>
</div> </div>
<div class="btn-container-margin"> <div class="btn-container-margin">
<div class="tag-button-container">
<el-button type="primary" <el-button type="primary"
size="mini" size="mini"
class="custom-btn" class="custom-btn"
...@@ -320,6 +321,8 @@ limitations under the License. ...@@ -320,6 +321,8 @@ limitations under the License.
plain> plain>
{{$t('public.sure')}} {{$t('public.sure')}}
</el-button> </el-button>
</div>
<div class="tag-button-container">
<el-button type="primary" <el-button type="primary"
size="mini" size="mini"
class="custom-btn" class="custom-btn"
...@@ -327,6 +330,8 @@ limitations under the License. ...@@ -327,6 +330,8 @@ limitations under the License.
plain> plain>
{{$t('public.clear')}} {{$t('public.clear')}}
</el-button> </el-button>
</div>
<div class="tag-button-container">
<el-button type="primary" <el-button type="primary"
size="mini" size="mini"
class="custom-btn" class="custom-btn"
...@@ -338,6 +343,7 @@ limitations under the License. ...@@ -338,6 +343,7 @@ limitations under the License.
</div> </div>
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
import RequestService from '../../services/request-service'; import RequestService from '../../services/request-service';
...@@ -1975,7 +1981,9 @@ export default { ...@@ -1975,7 +1981,9 @@ export default {
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
position: relative; position: relative;
.el-table th.gutter {
display: table-cell !important;
}
.icon-border { .icon-border {
border: 1px solid #00a5a7 !important; border: 1px solid #00a5a7 !important;
} }
...@@ -2022,7 +2030,12 @@ export default { ...@@ -2022,7 +2030,12 @@ export default {
height: 46px; height: 46px;
} }
.btn-container-margin { .btn-container-margin {
margin: 0 55px 10px; margin: 0 10%;
}
.tag-button-container {
display: inline-block;
width: 33.3%;
text-align: center;
} }
.btns-container { .btns-container {
padding: 14px 32px 4px; padding: 14px 32px 4px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册