style: 优化手机号登录按钮禁用样式
This commit is contained in:
parent
bc4d7e0dc1
commit
598dd3991c
@ -216,5 +216,12 @@
|
|||||||
margin: 20px 0 12px;
|
margin: 20px 0 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.arco-btn-primary.arco-btn-disabled,
|
||||||
|
.arco-btn-primary[type='submit'].arco-btn-disabled {
|
||||||
|
background-color: var(--color-neutral-4);
|
||||||
|
box-shadow: 0 0 0 1px var(--color-neutral-4),
|
||||||
|
0 2px 1px rgba(0, 0, 0, 0.15);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user