Commit daba48c8 authored by chicheng's avatar chicheng

项目中与 dart-sass 相关的兼容问题已全部处理,可以正常使用 dart-sass 编译

parent bb6495bc
...@@ -21,11 +21,11 @@ export default { ...@@ -21,11 +21,11 @@ export default {
<style lang="scss"> <style lang="scss">
/*每个页面公共css */ /*每个页面公共css */
@import "@/uview-ui/index.scss"; @import "@/uview-ui/index.scss";
/deep/ .uni-select__selector-scroll { ::v-deep .uni-select__selector-scroll {
max-height: 100px !important; max-height: 100px !important;
} }
/deep/ .times .uni-date-picker__container { ::v-deep .times .uni-date-picker__container {
height: 275px !important; height: 275px !important;
} }
</style> </style>
...@@ -45,22 +45,22 @@ ...@@ -45,22 +45,22 @@
<style lang="scss"> <style lang="scss">
.NavBar { .NavBar {
/deep/ .uni-navbar__header { ::v-deep .uni-navbar__header {
height:60px !important; height:60px !important;
} }
/deep/ .uni-navbar__header-container-inner { ::v-deep .uni-navbar__header-container-inner {
justify-content: flex-start; justify-content: flex-start;
} }
/deep/ .uni-nav-bar-text { ::v-deep .uni-nav-bar-text {
font-size: 20px; font-size: 20px;
} }
/deep/ .uni-navbar__header-btns-left { ::v-deep .uni-navbar__header-btns-left {
display: none; display: none;
} }
/deep/ .uniui-checkbox{ ::v-deep .uniui-checkbox{
font-size: 47px !important; font-size: 47px !important;
} }
/deep/ .uniui-person{ ::v-deep .uniui-person{
font-size: 47px !important; font-size: 47px !important;
} }
} }
......
...@@ -158,7 +158,7 @@ import i18n from '../../lang/index' ...@@ -158,7 +158,7 @@ import i18n from '../../lang/index'
background: #fff; background: #fff;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -123,7 +123,7 @@ import i18n from '../../lang/index' ...@@ -123,7 +123,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -165,7 +165,7 @@ import i18n from '../../lang/index' ...@@ -165,7 +165,7 @@ import i18n from '../../lang/index'
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -251,7 +251,7 @@ import BottomBtn from "@/components/BottomBtn/index.vue"; ...@@ -251,7 +251,7 @@ import BottomBtn from "@/components/BottomBtn/index.vue";
background: #fff; background: #fff;
margin-top: 20rpx; margin-top: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
margin-top: 20rpx; margin-top: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -149,7 +149,7 @@ page { ...@@ -149,7 +149,7 @@ page {
color: #333; color: #333;
font-size: 24rpx; font-size: 24rpx;
line-height: 40rpx; line-height: 40rpx;
/deep/ .uni-easyinput{ ::v-deep .uni-easyinput{
width: 200rpx; width: 200rpx;
} }
} }
...@@ -160,7 +160,7 @@ page { ...@@ -160,7 +160,7 @@ page {
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -136,7 +136,7 @@ import i18n from '../../lang/index' ...@@ -136,7 +136,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -167,7 +167,7 @@ import i18n from '../../lang/index' ...@@ -167,7 +167,7 @@ import i18n from '../../lang/index'
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -158,7 +158,7 @@ import i18n from '../../lang/index' ...@@ -158,7 +158,7 @@ import i18n from '../../lang/index'
background: #fff; background: #fff;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -167,7 +167,7 @@ import i18n from '../../lang/index' ...@@ -167,7 +167,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -270,7 +270,7 @@ import i18n from '../../lang/index' ...@@ -270,7 +270,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -205,7 +205,7 @@ import i18n from '../../lang/index' ...@@ -205,7 +205,7 @@ import i18n from '../../lang/index'
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -159,7 +159,7 @@ import i18n from '../../lang/index' ...@@ -159,7 +159,7 @@ import i18n from '../../lang/index'
background: #fff; background: #fff;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -134,7 +134,7 @@ import i18n from '../../lang/index' ...@@ -134,7 +134,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -170,7 +170,7 @@ import i18n from '../../lang/index' ...@@ -170,7 +170,7 @@ import i18n from '../../lang/index'
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -159,7 +159,7 @@ import i18n from '../../lang/index' ...@@ -159,7 +159,7 @@ import i18n from '../../lang/index'
background: #fff; background: #fff;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -262,7 +262,7 @@ import i18n from '../../lang/index' ...@@ -262,7 +262,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
...@@ -279,7 +279,7 @@ import i18n from '../../lang/index' ...@@ -279,7 +279,7 @@ import i18n from '../../lang/index'
.u-border-bottom:after { .u-border-bottom:after {
display: none; display: none;
} }
/deep/ .uni-select{ ::v-deep .uni-select{
border: none !important; border: none !important;
} }
......
...@@ -106,7 +106,7 @@ import i18n from '../../lang/index' ...@@ -106,7 +106,7 @@ import i18n from '../../lang/index'
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -141,7 +141,7 @@ import i18n from '../../lang/index' ...@@ -141,7 +141,7 @@ import i18n from '../../lang/index'
background: #fff; background: #fff;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -143,7 +143,7 @@ import i18n from '../../lang/index' ...@@ -143,7 +143,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -233,7 +233,7 @@ import i18n from '../../lang/index' ...@@ -233,7 +233,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -264,7 +264,7 @@ import i18n from '../../lang/index' ...@@ -264,7 +264,7 @@ import i18n from '../../lang/index'
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
...@@ -286,7 +286,7 @@ import i18n from '../../lang/index' ...@@ -286,7 +286,7 @@ import i18n from '../../lang/index'
} }
} }
.mocto { .mocto {
/deep/ .u-border-bottom:after { ::v-deep .u-border-bottom:after {
border-bottom-width: 0 !important; border-bottom-width: 0 !important;
} }
} }
......
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
background: #fff; background: #fff;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -164,7 +164,7 @@ import i18n from '../../lang/index' ...@@ -164,7 +164,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -170,7 +170,7 @@ import i18n from '../../lang/index' ...@@ -170,7 +170,7 @@ import i18n from '../../lang/index'
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -158,7 +158,7 @@ import i18n from '../../lang/index' ...@@ -158,7 +158,7 @@ import i18n from '../../lang/index'
background: #fff; background: #fff;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -160,7 +160,7 @@ import i18n from '../../lang/index' ...@@ -160,7 +160,7 @@ import i18n from '../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -186,7 +186,7 @@ import i18n from '../../lang/index' ...@@ -186,7 +186,7 @@ import i18n from '../../lang/index'
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -158,7 +158,7 @@ import i18n from '../../lang/index' ...@@ -158,7 +158,7 @@ import i18n from '../../lang/index'
background: #fff; background: #fff;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -93,7 +93,7 @@ page { ...@@ -93,7 +93,7 @@ page {
padding: 0rpx 20rpx; padding: 0rpx 20rpx;
margin-top: 20rpx; margin-top: 20rpx;
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -194,7 +194,7 @@ page { ...@@ -194,7 +194,7 @@ page {
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -285,7 +285,7 @@ export default { ...@@ -285,7 +285,7 @@ export default {
color: #333; color: #333;
font-size: 24rpx; font-size: 24rpx;
line-height: 40rpx; line-height: 40rpx;
/deep/ .uni-easyinput{ ::v-deep .uni-easyinput{
width: 200rpx; width: 200rpx;
} }
} }
...@@ -322,7 +322,7 @@ export default { ...@@ -322,7 +322,7 @@ export default {
} }
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
...@@ -334,7 +334,7 @@ export default { ...@@ -334,7 +334,7 @@ export default {
.checkedBox{ .checkedBox{
text-align: right; text-align: right;
} }
/deep/ .uni-checkbox-input-disabled:before{ ::v-deep .uni-checkbox-input-disabled:before{
color: #007aff !important; color: #007aff !important;
} }
</style> </style>
...@@ -177,7 +177,7 @@ import i18n from '../../lang/index' ...@@ -177,7 +177,7 @@ import i18n from '../../lang/index'
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -237,7 +237,7 @@ import i18n from '../../lang/index' ...@@ -237,7 +237,7 @@ import i18n from '../../lang/index'
} }
} }
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
background-color: #ffffff; background-color: #ffffff;
border-radius: 12rpx; border-radius: 12rpx;
/deep/.uni-forms { ::v-deep.uni-forms {
.uni-forms-item { .uni-forms-item {
margin: 24rpx; margin: 24rpx;
......
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
} }
} }
/deep/.uni-easyinput { ::v-deep.uni-easyinput {
height: 60rpx; height: 60rpx;
.uni-easyinput__content { .uni-easyinput__content {
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
.warehouse-input { .warehouse-input {
width: calc(100% - 132rpx); width: calc(100% - 132rpx);
/deep/.uni-easyinput__content { ::v-deep.uni-easyinput__content {
height: 60rpx; height: 60rpx;
} }
} }
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
} }
} }
/deep/.uni-forms { ::v-deep.uni-forms {
.uni-forms-item { .uni-forms-item {
margin: 24rpx; margin: 24rpx;
......
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
align-content: center; align-content: center;
padding: 24rpx; padding: 24rpx;
/deep/.uni-easyinput { ::v-deep.uni-easyinput {
height: 60rpx; height: 60rpx;
.uni-easyinput__content { .uni-easyinput__content {
......
...@@ -144,7 +144,7 @@ page { ...@@ -144,7 +144,7 @@ page {
position: relative; position: relative;
} }
.item-select { .item-select {
/deep/ .uni-select { ::v-deep .uni-select {
border: none; border: none;
padding-left: 0px; padding-left: 0px;
} }
......
...@@ -101,7 +101,7 @@ import i18n from '../../../lang/index' ...@@ -101,7 +101,7 @@ import i18n from '../../../lang/index'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .u-sticky { ::v-deep .u-sticky {
top: 0 !important; top: 0 !important;
background: #fff; background: #fff;
} }
......
...@@ -49,7 +49,7 @@ uni-input { ...@@ -49,7 +49,7 @@ uni-input {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
/deep/ .u-form-item--right { ::v-deep .u-form-item--right {
.uni-input-input { .uni-input-input {
padding-bottom: 8px; padding-bottom: 8px;
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment