Commit 35ee10a3 authored by chicheng's avatar chicheng

调整为 dart-sass 支持的语法,将深度选择器 /deep/ 调整为 ::v-deep

parent 8e117884
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
/*每个页面公共css */ /*每个页面公共css */
@import '@/uview-ui/index.scss'; @import '@/uview-ui/index.scss';
@import '@/static/css/global.scss'; @import '@/static/css/global.scss';
/deep/ .uni-select__selector-scroll { ::v-deep .uni-select__selector-scroll {
max-height: 120px !important; max-height: 120px !important;
} }
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
position: absolute !important; position: absolute !important;
} }
/deep/ .uni-pagination__num-tag { ::v-deep .uni-pagination__num-tag {
width: 60rpx !important; width: 60rpx !important;
height: 60rpx !important; height: 60rpx !important;
} }
......
...@@ -389,7 +389,7 @@ export default { ...@@ -389,7 +389,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .editzbtable .item-td { ::v-deep .editzbtable .item-td {
word-break: break-all; word-break: break-all;
} }
</style> </style>
\ No newline at end of file
...@@ -3115,7 +3115,7 @@ export default { ...@@ -3115,7 +3115,7 @@ export default {
.tableForm { .tableForm {
display: flex; display: flex;
margin: 20rpx 0rpx; margin: 20rpx 0rpx;
/deep/ .uni-data-checklist .checklist-group .checklist-box { ::v-deep .uni-data-checklist .checklist-group .checklist-box {
margin-right: 15px; margin-right: 15px;
} }
} }
...@@ -3188,19 +3188,19 @@ export default { ...@@ -3188,19 +3188,19 @@ export default {
min-height: 400rpx; min-height: 400rpx;
border: 1px solid rgb(232, 232, 232); border: 1px solid rgb(232, 232, 232);
/deep/ .item-tr.yellow .item-td { ::v-deep .item-tr.yellow .item-td {
background: #ff9900 !important; background: #ff9900 !important;
// color:#fff !important; // color:#fff !important;
} }
/deep/ .item-tr.green .item-td { ::v-deep .item-tr.green .item-td {
background: #19be6b !important; background: #19be6b !important;
// color:#fff !important; // color:#fff !important;
} }
/deep/ .item-tr.red .item-td { ::v-deep .item-tr.red .item-td {
background: #f56c6c !important; background: #f56c6c !important;
// color:#fff !important; // color:#fff !important;
} }
/deep/ .item-tr.selectrow .item-td { ::v-deep .item-tr.selectrow .item-td {
background: #00ffff !important; background: #00ffff !important;
// color:#fff !important; // color:#fff !important;
...@@ -3244,7 +3244,7 @@ export default { ...@@ -3244,7 +3244,7 @@ export default {
margin: 20rpx 10rpx; margin: 20rpx 10rpx;
font-size: 40rpx; font-size: 40rpx;
} }
/deep/ .uni-scroll-view { ::v-deep .uni-scroll-view {
-ms-overflow-style: none; /* IE 10+ */ -ms-overflow-style: none; /* IE 10+ */
scrollbar-width: none; /* Firefox */ scrollbar-width: none; /* Firefox */
&::-webkit-scrollbar { &::-webkit-scrollbar {
...@@ -3254,7 +3254,7 @@ export default { ...@@ -3254,7 +3254,7 @@ export default {
} }
.times { .times {
/deep/ .uni-date-picker__container { ::v-deep .uni-date-picker__container {
height: 360rpx; height: 360rpx;
} }
} }
...@@ -3300,13 +3300,13 @@ export default { ...@@ -3300,13 +3300,13 @@ export default {
} }
} }
.feedSize { .feedSize {
/deep/ .grablue { ::v-deep .grablue {
background: #ecf5ff !important; background: #ecf5ff !important;
} }
/deep/ .grablue .even { ::v-deep .grablue .even {
background: #ecf5ff !important; background: #ecf5ff !important;
} }
/deep/ .grablue .odd { ::v-deep .grablue .odd {
background: #ecf5ff !important; background: #ecf5ff !important;
} }
} }
...@@ -3317,7 +3317,7 @@ export default { ...@@ -3317,7 +3317,7 @@ export default {
<style lang="scss"> <style lang="scss">
.mynotable { .mynotable {
width: 100% !important; width: 100% !important;
/deep/ .uni-table { ::v-deep .uni-table {
min-width: 100% !important; min-width: 100% !important;
} }
} }
......
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