fix: 修改通知订阅的样式
This commit is contained in:
parent
02b2ce66a9
commit
21ea5b26d8
|
@ -229,8 +229,9 @@ watch(
|
|||
|
||||
.code {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
height: 600px;
|
||||
display: flex;
|
||||
margin-top: 30px;
|
||||
justify-content: center;
|
||||
|
||||
.code-item {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue