更改气泡提示框按钮样式居中显示(全局更改)

This commit is contained in:
guoyue 2022-10-25 17:52:04 +08:00
parent 7ff2d13afe
commit 24dc1d09cd
1 changed files with 5 additions and 0 deletions

View File

@ -104,3 +104,8 @@
font-family: 'Alibaba PuHuiTi';
src: url('~@/assets/home/font/Alibaba-PuHuiTi-Light.otf');
}
/* 气泡提示框按钮居中 */
.ant-popover-inner-content .ant-popover-buttons {
text-align: center;
}