fix: 修改通知订阅的样式

This commit is contained in:
100011797 2023-06-21 14:32:32 +08:00
parent 02b2ce66a9
commit 21ea5b26d8
2 changed files with 7 additions and 1 deletions

View File

@ -229,8 +229,9 @@ watch(
.code {
width: 100%;
height: 500px;
height: 600px;
display: flex;
margin-top: 30px;
justify-content: center;
.code-item {

View File

@ -371,6 +371,7 @@ const onSave = (_data: any) => {
.box-item {
margin-left: 10px;
cursor: pointer;
.box-item-img {
background-color: #fff;
width: 48px;
@ -389,6 +390,10 @@ const onSave = (_data: any) => {
.child-item-right-auth {
margin-left: 20px;
:deep(.ant-btn) {
height: 78px;
}
.child-item-right-auth-btn {
height: 78px;
display: flex;