nicecode-v2/packages/meta/src/ButtonList/index.less
2024-04-20 15:36:36 +08:00

16 lines
200 B
Plaintext

.zhst-button-list {
width: 100%;
display: flex;
justify-content: center;
.ant-btn-text:hover{
background: none !important ;
color: #247fdb !important;
}
}