样式修改

This commit is contained in:
gongjiale 2022-11-23 22:29:28 +08:00
parent 75da46da8c
commit 465674f7f9
4 changed files with 32 additions and 13 deletions

View File

@ -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'

View File

@ -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 {

View File

@ -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;

View File

@ -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;