更改气泡提示框按钮样式居中显示(全局更改)
This commit is contained in:
parent
7ff2d13afe
commit
24dc1d09cd
|
@ -104,3 +104,8 @@
|
||||||
font-family: 'Alibaba PuHuiTi';
|
font-family: 'Alibaba PuHuiTi';
|
||||||
src: url('~@/assets/home/font/Alibaba-PuHuiTi-Light.otf');
|
src: url('~@/assets/home/font/Alibaba-PuHuiTi-Light.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 气泡提示框按钮居中 */
|
||||||
|
.ant-popover-inner-content .ant-popover-buttons {
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Reference in New Issue