|
@@ -613,7 +613,12 @@ export default {
|
|
|
}
|
|
|
// 弹出弹窗样式修改
|
|
|
.m-popover {
|
|
|
- padding: 0 !important;
|
|
|
- text-align: center !important;
|
|
|
+ width: 105px !important;
|
|
|
+ max-width: 105px !important;
|
|
|
+ min-width: 105px !important;
|
|
|
+ height: 30px !important;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
</style>
|