fix(docs): border-color css var (#6620)

This commit is contained in:
云游君
2022-03-14 19:41:41 +08:00
committed by GitHub
parent d3a66b8767
commit 93aa1d621e
21 changed files with 28 additions and 28 deletions

View File

@ -52,7 +52,7 @@ const value3 = ref('')
.demo-date-picker .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px getCssVar('border-color');
border-right: solid 1px var(--el-border-color);
flex: 1;
}
.demo-date-picker .block:last-child {