Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
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-pda-scan
Commits
daba48c8
Commit
daba48c8
authored
Feb 24, 2026
by
chicheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目中与 dart-sass 相关的兼容问题已全部处理,可以正常使用 dart-sass 编译
parent
bb6495bc
Hide whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
56 additions
and
56 deletions
+56
-56
App.vue
App.vue
+2
-2
NavBar.vue
components/NavBar/NavBar.vue
+7
-7
abnormalRemove.vue
pages/abnormal/abnormalRemove.vue
+1
-1
abnormalRemoveEdit.vue
pages/abnormal/abnormalRemoveEdit.vue
+1
-1
abnormalRemoveInfo.vue
pages/abnormal/abnormalRemoveInfo.vue
+1
-1
Main.vue
pages/dhd/Main.vue
+1
-1
scanning.vue
pages/dhd/scanning.vue
+1
-1
scanningList.vue
pages/dhd/scanningList.vue
+2
-2
Edit.vue
pages/forcheck/Edit.vue
+1
-1
Info.vue
pages/forcheck/Info.vue
+1
-1
forcheckMain.vue
pages/forcheck/forcheckMain.vue
+1
-1
Batch.vue
pages/forcreate/Batch.vue
+1
-1
Edit.vue
pages/forcreate/Edit.vue
+1
-1
Info.vue
pages/forcreate/Info.vue
+1
-1
Main.vue
pages/forcreate/Main.vue
+1
-1
Edit.vue
pages/forprint/Edit.vue
+1
-1
Info.vue
pages/forprint/Info.vue
+1
-1
Main.vue
pages/forprint/Main.vue
+1
-1
Main.vue
pages/forstorage/Main.vue
+2
-2
Info.vue
pages/invmbinfo/Info.vue
+1
-1
Main.vue
pages/invmbinfo/Main.vue
+1
-1
Batch.vue
pages/moctcforcreate/Batch.vue
+1
-1
Edit.vue
pages/moctcforcreate/Edit.vue
+1
-1
Info.vue
pages/moctcforcreate/Info.vue
+2
-2
Main.vue
pages/moctcforcreate/Main.vue
+1
-1
Edit.vue
pages/mocthforcheck/Edit.vue
+1
-1
Info.vue
pages/mocthforcheck/Info.vue
+1
-1
Main.vue
pages/mocthforcheck/Main.vue
+1
-1
Edit.vue
pages/mocthgetforputon/Edit.vue
+1
-1
Info.vue
pages/mocthgetforputon/Info.vue
+1
-1
Main.vue
pages/mocthgetforputon/Main.vue
+1
-1
Main.vue
pages/saleck/Main.vue
+1
-1
kcmx.vue
pages/saleck/components/kcmx.vue
+1
-1
lhmx.vue
pages/saleck/components/lhmx.vue
+3
-3
saleckList.vue
pages/saleck/saleckList.vue
+1
-1
selectCK.vue
pages/saleck/selectCK.vue
+1
-1
add.vue
pages/stockCheck/add.vue
+1
-1
index.vue
pages/stockCheck/index.vue
+2
-2
card.vue
pages/stockTransfer/components/card.vue
+1
-1
index.vue
pages/stockTransfer/index.vue
+1
-1
login.vue
pages/sys/login/login.vue
+1
-1
user.vue
pages/sys/user/user.vue
+1
-1
index.scss
uview-ui/index.scss
+1
-1
No files found.
App.vue
View file @
daba48c8
...
@@ -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
>
components/NavBar/NavBar.vue
View file @
daba48c8
...
@@ -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
;
}
}
}
}
...
...
pages/abnormal/abnormalRemove.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/abnormal/abnormalRemoveEdit.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/abnormal/abnormalRemoveInfo.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/dhd/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/dhd/scanning.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/dhd/scanningList.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forcheck/Edit.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forcheck/Info.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forcheck/forcheckMain.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forcreate/Batch.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forcreate/Edit.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forcreate/Info.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forcreate/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forprint/Edit.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forprint/Info.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forprint/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/forstorage/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/invmbinfo/Info.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/invmbinfo/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/moctcforcreate/Batch.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/moctcforcreate/Edit.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/moctcforcreate/Info.vue
View file @
daba48c8
...
@@ -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
;
}
}
}
}
...
...
pages/moctcforcreate/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/mocthforcheck/Edit.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/mocthforcheck/Info.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/mocthforcheck/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/mocthgetforputon/Edit.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/mocthgetforputon/Info.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/mocthgetforputon/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/saleck/Main.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/saleck/components/kcmx.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/saleck/components/lhmx.vue
View file @
daba48c8
...
@@ -285,7 +285,7 @@ export default {
...
@@ -285,7 +285,7 @@ export default {
color
:
#
333
;
color
:
#
333
;
font
-
size
:
24
rpx
;
font
-
size
:
24
rpx
;
line
-
height
:
40
rpx
;
line
-
height
:
40
rpx
;
/deep/
.
uni
-
easyinput
{
::
v
-
deep
.
uni
-
easyinput
{
width
:
200
rpx
;
width
:
200
rpx
;
}
}
}
}
...
@@ -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
:
#
007
aff
!
important
;
color
:
#
007
aff
!
important
;
}
}
<
/style
>
<
/style
>
pages/saleck/saleckList.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/saleck/selectCK.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/stockCheck/add.vue
View file @
daba48c8
...
@@ -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
;
...
...
pages/stockCheck/index.vue
View file @
daba48c8
...
@@ -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
;
}
}
}
}
...
...
pages/stockTransfer/components/card.vue
View file @
daba48c8
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
}
}
}
}
/deep/
.
uni
-
forms
{
::
v
-
deep
.
uni
-
forms
{
.
uni
-
forms
-
item
{
.
uni
-
forms
-
item
{
margin
:
24
rpx
;
margin
:
24
rpx
;
...
...
pages/stockTransfer/index.vue
View file @
daba48c8
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
align
-
content
:
center
;
align
-
content
:
center
;
padding
:
24
rpx
;
padding
:
24
rpx
;
/deep/
.
uni
-
easyinput
{
::
v
-
deep
.
uni
-
easyinput
{
height
:
60
rpx
;
height
:
60
rpx
;
.
uni
-
easyinput__content
{
.
uni
-
easyinput__content
{
...
...
pages/sys/login/login.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
pages/sys/user/user.vue
View file @
daba48c8
...
@@ -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
;
}
}
...
...
uview-ui/index.scss
View file @
daba48c8
...
@@ -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%
;
...
...
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