::v-deep=>:deep()
This commit is contained in:
@@ -134,13 +134,13 @@ export default {
|
||||
.changePwd {
|
||||
// margin: 0 20px;
|
||||
|
||||
::v-deep .code {
|
||||
:deep( .code ){
|
||||
.el-button {
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.backLogin {
|
||||
:deep(.backLogin ){
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
@@ -165,7 +165,7 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep.el-form-item {
|
||||
:deep(.el-form-item ){
|
||||
margin-bottom: 24px;
|
||||
|
||||
i {
|
||||
|
||||
Reference in New Issue
Block a user