Commit b91f28ef authored by zhuangxinwei's avatar zhuangxinwei

样式修改

parent 88786aba
<template>
<div class="synchronization">
<div class="badSearch" style="border-bottom: 14px solid #f4f4f4">
<div class="synSearch" style="border-bottom: 14px solid #f4f4f4">
<el-form ref="queryForm" style="padding: 0 0 0 10px" class="formClass" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="时间">
<div slot="label" class="labelClass">
......@@ -211,12 +211,11 @@ export default {
<style lang="scss" scoped>
.synchronization {
font-size: 18px;
.placeholder{
height:14px;
background-color: #F4F4F4
}
.badSearch {
.synSearch {
.el-form-item--small .el-form-item__label{
line-height: 17px;
}
......@@ -231,9 +230,9 @@ export default {
}
}
</style>
<style lang="scss" scoped>
<style lang="scss">
.synchronization {
.badSearch{
.synSearch{
.el-form-item--small .el-form-item__label{
line-height: 17px;
}
......@@ -250,33 +249,4 @@ export default {
margin-left: 0!important;
}
}
.badDialog{
.labelHeight{
.el-form-item__label{
height: 40px;
}
}
.el-form-item--small .el-form-item__label{
line-height: 17px;
}
.labelName{
display: flex;
justify-content: end;
}
.labelClass{
position: relative;
right: 13px;
text-align: center;
}
.labelClassRequired{
text-align: center;
position: relative;
bottom: 17px;
right: 13px;
}
.el-input .el-input__inner {
padding: 0 10px;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment