mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 09:02:52 +08:00
隐藏滚动条
This commit is contained in:
@@ -159,6 +159,7 @@ export default {
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.border_item {
|
||||
box-sizing: content-box;
|
||||
padding: 5px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
@@ -168,6 +169,10 @@ export default {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.border_item::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search_box {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user