This commit is contained in:
kbing1981 2024-07-05 15:46:19 +08:00
parent b2da86ee20
commit b05eb55d18
3 changed files with 4 additions and 4 deletions

View File

@ -620,7 +620,7 @@
</script> </script>
<style lang="scss" > <style lang="scss" >
$uni-primary: #007aff !default; $uni-primary: #019c88 !default;
.uni-calendar { .uni-calendar {
/* #ifndef APP-NVUE */ /* #ifndef APP-NVUE */
@ -914,7 +914,7 @@
border-radius: 100px; border-radius: 100px;
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
background-color: $uni-primary; background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
color: #fff; color: #fff;
font-size: 16px; font-size: 16px;
letter-spacing: 2px; letter-spacing: 2px;

View File

@ -775,7 +775,7 @@
</script> </script>
<style lang="scss"> <style lang="scss">
$uni-primary: #007aff !default; $uni-primary: #019c88 !default;
.uni-datetime-picker { .uni-datetime-picker {
/* #ifndef APP-NVUE */ /* #ifndef APP-NVUE */

View File

@ -824,7 +824,7 @@
</script> </script>
<style lang="scss"> <style lang="scss">
$uni-primary: #007aff !default; $uni-primary: #019c88 !default;
.uni-date { .uni-date {
width: 100%; width: 100%;