3a56969d by 任超

style:button 样式修改

1 parent ff665be0
...@@ -487,6 +487,12 @@ table td { ...@@ -487,6 +487,12 @@ table td {
487 } 487 }
488 } 488 }
489 489
490 .el-button--text {
491 display: flex;
492 align-items: center;
493 justify-content: center;
494 }
495
490 // 时间组件input框部分 496 // 时间组件input框部分
491 .el-date-editor { 497 .el-date-editor {
492 498
...@@ -526,9 +532,9 @@ table td { ...@@ -526,9 +532,9 @@ table td {
526 .el-menu--horizontal .el-menu .el-menu-item.is-active, 532 .el-menu--horizontal .el-menu .el-menu-item.is-active,
527 .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { 533 .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus {
528 background: url("~@/image/xzslitembg.png") no-repeat; 534 background: url("~@/image/xzslitembg.png") no-repeat;
529 background-size: 100% 100%; 535 background-size: 100% 100%;
530 color: #FFFFFF !important; 536 color: #FFFFFF !important;
531 font-weight: 700; 537 font-weight: 700;
532 } 538 }
533 539
534 .el-select-dropdown__item.hover, 540 .el-select-dropdown__item.hover,
......