This commit is contained in:
parent
b2da86ee20
commit
b05eb55d18
|
@ -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;
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue