feat:我的问卷样式修改
This commit is contained in:
@@ -41,11 +41,7 @@ function handleSearchActino() {
|
|||||||
.search-container {
|
.search-container {
|
||||||
:deep(.van-search) {
|
:deep(.van-search) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
<<<<<<< Updated upstream
|
|
||||||
margin: 0 -10px;
|
|
||||||
=======
|
|
||||||
//margin: 0 10px;
|
//margin: 0 10px;
|
||||||
>>>>>>> Stashed changes
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
@@ -76,13 +72,8 @@ function handleSearchActino() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
<<<<<<< Updated upstream
|
|
||||||
border: solid 2px #70b937;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
=======
|
|
||||||
border: solid 1px var(--primary-color);
|
border: solid 1px var(--primary-color);
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
||||||
//width: 100vw;
|
//width: 100vw;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
@@ -283,22 +283,13 @@ function copyItem(item: SurveyItem) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
.wrap {
|
.wrap {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
border: 2px solid #f5f5f5;
|
|
||||||
border-radius: 6px;
|
|
||||||
font-size: 12px;
|
|
||||||
text-wrap: nowrap;
|
|
||||||
=======
|
|
||||||
& > :nth-child(2) {
|
|
||||||
position: relative;
|
|
||||||
left: 9px;
|
|
||||||
padding: 0 4px;
|
|
||||||
border: 0.5px solid rgba(192,192,192,0.35);
|
border: 0.5px solid rgba(192,192,192,0.35);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
text-wrap: nowrap;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
& > :nth-child(3) {
|
& > :nth-child(3) {
|
||||||
@@ -306,9 +297,8 @@ function copyItem(item: SurveyItem) {
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-left: 17px;
|
margin-left: 7px;
|
||||||
border: 0.5px solid rgba(192,192,192,0.35);
|
border: 0.5px solid rgba(192,192,192,0.35);
|
||||||
>>>>>>> Stashed changes
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -323,11 +313,6 @@ function copyItem(item: SurveyItem) {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
padding: 14px 30px;
|
padding: 14px 30px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
<<<<<<< Updated upstream
|
|
||||||
margin: 0 10px 10px 5px;
|
|
||||||
=======
|
|
||||||
//margin: 0 10px 10px 10px;
|
|
||||||
>>>>>>> Stashed changes
|
|
||||||
color: #828282;
|
color: #828282;
|
||||||
//font-weight: 400;
|
//font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user