更新菜单栏样式
This commit is contained in:
@@ -136,7 +136,7 @@ const publish_type = 0;
|
||||
const sn = route.query.sn;
|
||||
const tabs = ref([
|
||||
{
|
||||
title: "问卷设计",
|
||||
title: "题目设计",
|
||||
link: "/survey/planet",
|
||||
},
|
||||
{
|
||||
@@ -383,15 +383,18 @@ onMounted(() => {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 16px;
|
||||
border-radius: 8px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
line-height: 9px;
|
||||
border-radius: 60%;
|
||||
background-color: #70b936;
|
||||
color: #fff;
|
||||
}
|
||||
.click2 {
|
||||
width: 16px;
|
||||
line-height: 16px;
|
||||
border-radius: 8px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
line-height: 9px;
|
||||
border-radius: 60%;
|
||||
background-color: #f5f5f5;
|
||||
color: black;
|
||||
text-align: center;
|
||||
@@ -560,9 +563,10 @@ onMounted(() => {
|
||||
}
|
||||
.click {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
border-radius: 9px;
|
||||
line-height: 9px;
|
||||
border-radius: 60%;
|
||||
background-color: #70b936;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
@@ -573,8 +577,10 @@ onMounted(() => {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
line-height: 9px;
|
||||
font-size: 12px;
|
||||
border-radius: 9px;
|
||||
border-radius: 60%;
|
||||
background-color: #f5f5f5;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user