fix: 🐛 compability

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-01-05 10:33:11 +08:00
父节点 0658122689
当前提交 34d770c110
共有 3 个文件被更改,包括 7 次插入5 次删除

查看文件

@ -15,7 +15,8 @@
"scroll-behavior",
"user-select",
"scrollbar-width",
"min-height: auto"
"min-height: auto",
"-webkit-overflow-scrolling"
]
}
]

查看文件

@ -845,6 +845,7 @@
.cdx-text-input__input[ type='search' ] {
-webkit-appearance: none;
-moz-appearance: textfield;
appearance: none;
}
.cdx-text-input__input[ type='search' ]::-webkit-search-decoration,

查看文件

@ -37,10 +37,10 @@
}
}
td,
th {
// padding: 4px 10px;
}
// td,
// th {
// // padding: 4px 10px;
// }
td {
border-bottom-color: var( --border-color-base );