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