通知消息弹窗样式调整

This commit is contained in:
任珮宇 2023-11-30 10:07:50 +08:00
parent 90f0d873a6
commit dae6c0dea3

View File

@ -151,4 +151,12 @@ export default {
}
}
}
.ant-card-bordered {
border: none;
padding: 20px;
}
/deep/.ant-card-meta-title {
font-weight: 700;
font-size: 18px;
}
</style>