Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pad
Commits
35ee10a3
Commit
35ee10a3
authored
Oct 13, 2025
by
chicheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整为 dart-sass 支持的语法,将深度选择器 /deep/ 调整为 ::v-deep
parent
8e117884
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
App.vue
App.vue
+2
-2
editFeeding.vue
pages/mes/prodReport/components/editFeeding.vue
+1
-1
index.vue
pages/mes/prodReport/index.vue
+11
-11
No files found.
App.vue
View file @
35ee10a3
...
@@ -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
;
}
}
...
...
pages/mes/prodReport/components/editFeeding.vue
View file @
35ee10a3
...
@@ -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
pages/mes/prodReport/index.vue
View file @
35ee10a3
...
@@ -3115,7 +3115,7 @@ export default {
...
@@ -3115,7 +3115,7 @@ export default {
.
tableForm
{
.
tableForm
{
display
:
flex
;
display
:
flex
;
margin
:
20
rpx
0
rpx
;
margin
:
20
rpx
0
rpx
;
/deep/
.
uni
-
data
-
checklist
.
checklist
-
group
.
checklist
-
box
{
::
v
-
deep
.
uni
-
data
-
checklist
.
checklist
-
group
.
checklist
-
box
{
margin
-
right
:
15
px
;
margin
-
right
:
15
px
;
}
}
}
}
...
@@ -3188,19 +3188,19 @@ export default {
...
@@ -3188,19 +3188,19 @@ export default {
min
-
height
:
400
rpx
;
min
-
height
:
400
rpx
;
border
:
1
px
solid
rgb
(
232
,
232
,
232
);
border
:
1
px
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
:
#
19
be6b
!
important
;
background
:
#
19
be6b
!
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
:
#
00
ffff
!
important
;
background
:
#
00
ffff
!
important
;
// color:#fff !important;
// color:#fff !important;
...
@@ -3244,7 +3244,7 @@ export default {
...
@@ -3244,7 +3244,7 @@ export default {
margin
:
20
rpx
10
rpx
;
margin
:
20
rpx
10
rpx
;
font
-
size
:
40
rpx
;
font
-
size
:
40
rpx
;
}
}
/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
:
360
rpx
;
height
:
360
rpx
;
}
}
}
}
...
@@ -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
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment