@@ -55,6 +55,7 @@
>
<template #button v-if="isedit">
<van-button
+ class="searchbtn"
size="small"
type="primary"
color="#f2f4fa"
@@ -390,6 +391,9 @@ const route = useRoute();
</script>
<style lang="scss">
+.searchbtn span{
+ color: #333333;
+}
.content label,
.content span {
font-size: 15px;