Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c0656a7c
authored
Oct 19, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css优化
parent
c3178223
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
assets/css/font.css
assets/css/stockRecheck/sort.scss
pages/stockRecheck/sort.vue
static/iconfont.ttf
assets/css/font.css
View file @
c0656a7c
...
...
@@ -11,6 +11,10 @@
-moz-osx-font-smoothing
:
grayscale
;
}
.icon-sanjiaoxing
:before
{
content
:
"\e6bd"
;
}
.icon-bianji
:before
{
content
:
"\e60e"
;
}
...
...
assets/css/stockRecheck/sort.scss
View file @
c0656a7c
...
...
@@ -108,7 +108,6 @@
width
:
50%
;
height
:
75rpx
;
background
:
#1969f9
;
border-right
:
1px
solid
#ffffff
;
.t1
{
font-size
:
23rpx
;
color
:
#ffffff
;
...
...
@@ -126,6 +125,11 @@
font-size
:
23rpx
;
color
:
#ffffff
;
}
.iconfont
{
margin-left
:
17rpx
;
font-size
:
18rpx
;
color
:
#fff
;
}
}
}
.btn2
{
...
...
pages/stockRecheck/sort.vue
View file @
c0656a7c
...
...
@@ -170,7 +170,8 @@
</view>
</
template
>
</view>
<view
class=
"fix-btn row verCenter"
v-if=
"curr == 0"
>
<!--区分深圳自营和非深圳自营-->
<view
class=
"fix-btn row verCenter"
v-if=
"curr == 0 && list.length > 0"
>
<view
class=
"btn1 row rowCenter verCenter"
@
click=
"allChnage()"
>
<text
class=
"check-box-icon"
:class=
"{ curr: filter_list.length > 0 && filter_list.length == filter_id.length }"
></text>
<text
class=
"text"
>
{{ filter_id.length == 0 ? '全选' : filter_id.length }}
</text>
...
...
@@ -181,7 +182,10 @@
<text
class=
"t1"
@
click=
"rePrintTag()"
>
打印货品标签
</text>
<view
class=
"print-type-box row rowCenter verCenter"
>
<picker
@
change=
"bindPickerChange"
:value=
"print_style_index"
:range=
"print_style"
class=
"row rowCenter verCenter"
>
<view
class=
"uni-input"
>
{{
print_style
[
print_style_index
]
}}
</view>
<view
class=
"row rowCenter verCenter"
>
<view
class=
"uni-input"
>
{{
print_style
[
print_style_index
]
}}
</view>
<view
class=
"iconfont icon-sanjiaoxing"
></view>
</view>
</picker>
</view>
</view>
...
...
static/iconfont.ttf
View file @
c0656a7c
No preview for this file type
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