Commit c626f4a1 authored by zhangyanni's avatar zhangyanni

样式

parent 67dd2551
<template> <template>
<div> <div class="wrapper">
<div class="breadWrap"> <div class="breadWrap">
<p>{{title}}</p> <p>{{title}}</p>
</div> </div>
...@@ -1279,6 +1279,13 @@ ...@@ -1279,6 +1279,13 @@
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.wrapper{
::-webkit-scrollbar {
display: none;
background-color: transparent !important;
}
}
.breadWrap { .breadWrap {
width: 100%; width: 100%;
height: 1rem; height: 1rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment