This commit is contained in:
2025-04-18 16:32:32 +08:00
parent 09c087508f
commit 8e44473164
74 changed files with 24833 additions and 10335 deletions

View File

@@ -57,7 +57,7 @@
activeColor: {
// 激活状态颜色
type: String,
default: '#2979FF'
default: '#117e4c'
},
deactiveColor: {
// 未激活状态颜色
@@ -88,7 +88,7 @@
</script>
<style lang="scss">
$uni-primary: #2979ff !default;
$uni-primary: #117e4c !default;
$uni-border-color:#EDEDED;
.uni-steps {
/* #ifndef APP-NVUE */