This commit is contained in:
wanganmao
2022-11-15 14:44:44 +08:00
3 changed files with 3 additions and 5 deletions

View File

@@ -56,10 +56,7 @@ export default {
src: url(#{$baseOss}/fonts/SourceHanSans-Normal.ttf);
}
html,
body{
font-family: "SourceHanSana-Normal", sans-serif;
}
*{
font-family: inherit;
}

View File

@@ -38,7 +38,7 @@ export default defineComponent({
position: absolute;
left: 0;
bottom: 0;
top: 42%;
top: 48%;
display: block;
content: '';
width: 4px;

View File

@@ -713,6 +713,7 @@ const searchPlan = (e,isType)=>{
background: #f5f5f5;
line-height: 46px;
padding-left: 30px;
border-radius: 6px 6px 0px 0px;
.dra-btn {
float: right;
margin: 6px 6px 0 0;