style(Divider): replace fixed class name with variable (#36271)

This commit is contained in:
Alan Deng 2022-06-28 16:11:19 +08:00 committed by GitHub
parent f4e5e8ddb5
commit bf924df874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@
width: 100%;
}
.ant-divider-inner-text {
.@{divider-prefix-cls}-inner-text {
padding-left: 0;
}
}
@ -128,7 +128,7 @@
width: 0;
}
.ant-divider-inner-text {
.@{divider-prefix-cls}-inner-text {
padding-right: 0;
}
}