样式修改
This commit is contained in:
parent
75da46da8c
commit
465674f7f9
|
@ -26,7 +26,7 @@
|
||||||
min-width: 80px !important;
|
min-width: 80px !important;
|
||||||
border-radius:2px !important;
|
border-radius:2px !important;
|
||||||
} */
|
} */
|
||||||
.el-button--primary {
|
/* .el-button--primary {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
min-width: 80px !important;
|
min-width: 80px !important;
|
||||||
border-radius:2px !important;
|
border-radius:2px !important;
|
||||||
}
|
} */
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import Cookies from 'js-cookie'
|
import Cookies from 'js-cookie'
|
||||||
|
|
|
@ -138,6 +138,28 @@ img {
|
||||||
color: $--color-text-secondary;
|
color: $--color-text-secondary;
|
||||||
}
|
}
|
||||||
// 按钮
|
// 按钮
|
||||||
|
.el-button--primary {
|
||||||
|
border-radius: 2px;
|
||||||
|
// vertical-align: middle !important;
|
||||||
|
// align-items: center !important;
|
||||||
|
// display: inline-flex !important;
|
||||||
|
// height:32px !important;
|
||||||
|
// line-height: 32px !important;
|
||||||
|
// justify-content: center !important;
|
||||||
|
// min-width: 80px !important;
|
||||||
|
// border-radius:2px !important;
|
||||||
|
}
|
||||||
|
// .el-button--primary {
|
||||||
|
// vertical-align: middle !important;
|
||||||
|
// align-items: center !important;
|
||||||
|
// display: inline-flex !important;
|
||||||
|
// height:32px !important;
|
||||||
|
// line-height: 32px !important;
|
||||||
|
// justify-content: center !important;
|
||||||
|
// min-width: 80px !important;
|
||||||
|
// border-radius:2px !important;
|
||||||
|
// }
|
||||||
|
|
||||||
.aui-button--dashed {
|
.aui-button--dashed {
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
&:focus,
|
&:focus,
|
||||||
|
@ -253,6 +275,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Navbar
|
/* Navbar
|
||||||
------------------------------ */
|
------------------------------ */
|
||||||
.aui-navbar {
|
.aui-navbar {
|
||||||
|
|
|
@ -1206,16 +1206,13 @@ input::placeholder {
|
||||||
}
|
}
|
||||||
|
|
||||||
.export {
|
.export {
|
||||||
margin-top: 6px;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 32px;
|
height: 40px;
|
||||||
line-height: 32px;
|
line-height: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 2px solid #dcdfe6;
|
|
||||||
color: #000;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0058e1;
|
background-color: #0058e1;
|
||||||
border-color: #0058e1;
|
border-color: #0058e1;
|
||||||
|
|
|
@ -348,15 +348,14 @@ export default {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
.export {
|
.export {
|
||||||
margin-top: 6px;
|
/* margin-top: 6px; */
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 32px;
|
height: 40px;
|
||||||
line-height: 32px;
|
line-height: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 2px solid #dcdfe6;
|
|
||||||
color: #000;
|
color: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0058e1;
|
background-color: #0058e1;
|
||||||
|
|
Loading…
Reference in New Issue