Commit 486e10da authored by zhengke's avatar zhengke

修改样式

parent 76f7a078
...@@ -16,6 +16,15 @@ ...@@ -16,6 +16,15 @@
color: #3c66ee; color: #3c66ee;
background-color: #edf2fd; background-color: #edf2fd;
} }
.main_LabelContent::-webkit-scrollbar {/*滚动条整体样式*/
width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
.main_LabelContent::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius: 8px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #dddddd;
}
</style> </style>
<template> <template>
<div class="labelgroup"> <div class="labelgroup">
...@@ -26,7 +35,7 @@ ...@@ -26,7 +35,7 @@
</q-card-section> </q-card-section>
<q-card-section class="q-pt-none"> <q-card-section class="q-pt-none">
<div style='max-height: 378px;overflow-y: auto;border-bottom: 1px solid #d7d7d7;'> <div class="main_LabelContent" style='max-height: 378px;overflow-y: auto;border-bottom: 1px solid #d7d7d7;'>
<div v-for="(x,y) in LableList" :key="y" style='padding-bottom: 15px;'> <div v-for="(x,y) in LableList" :key="y" style='padding-bottom: 15px;'>
<div style="color: #606266;font-size: 14px;font-weight: 700;">{{x.Name}}</div> <div style="color: #606266;font-size: 14px;font-weight: 700;">{{x.Name}}</div>
<div style="display: flex;flex-wrap: wrap;"> <div style="display: flex;flex-wrap: wrap;">
......
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