Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
54a75193
Commit
54a75193
authored
Jan 30, 2023
by
honghong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表格字体适应
parent
bbbb0874
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
123 additions
and
56 deletions
+123
-56
src/views/loginCustom/index.vue
+6
-3
src/views/vab/accountProtection/index.vue
+6
-2
src/views/vab/billDetailsQuery/index.vue
+8
-4
src/views/vab/billQuery/index.vue
+10
-5
src/views/vab/directOrder/index.vue
+5
-2
src/views/vab/getOrder/detail.vue
+10
-5
src/views/vab/getOrder/index.vue
+14
-6
src/views/vab/orderDownload/index.vue
+5
-2
src/views/vab/orderProgress/detail.vue
+11
-5
src/views/vab/orderProgress/index.vue
+10
-4
src/views/vab/payRecord/index.vue
+4
-2
src/views/vab/profitDetailsQuery/index.vue
+11
-5
src/views/vab/profitQuery/index.vue
+8
-4
src/views/vab/supplierInvoicing/index.vue
+8
-4
src/views/vab/supplierInvoicingQuery/index.vue
+7
-3
No files found.
src/views/loginCustom/index.vue
View file @
54a75193
...
...
@@ -80,12 +80,14 @@
.login-title
{
text-align
:
center
;
font-weight
:
bold
;
font-size
:
30px
;
//
font-size
:
30px
;
font-size
:
1.92rem
;
color
:
#026
;
}
.login-tips-text
{
text-align
:
center
;
font-size
:
20px
;
//
font-size
:
20px
;
font-size
:
1.2rem
;
color
:
#373737
;
}
.code-img
{
...
...
@@ -100,7 +102,8 @@
}
.use-text
{
text-align
:
center
;
font-size
:
13px
;
//
font-size
:
13px
;
font-size
:
0.8rem
;
color
:
#373737
;
}
.bottom-box-sys
{
...
...
src/views/vab/accountProtection/index.vue
View file @
54a75193
...
...
@@ -128,7 +128,9 @@
width
:
100%
;
padding
:
1vh
0.5vw
;
box-sizing
:
border-box
;
font-size
:
calc
(
100vh
*
29
/
1920
);
//
font-size
:
calc
(
100vh
*
29
/
1920
);
font-size
:
0.9rem
;
color
:
#e60000
;
}
...
...
@@ -149,9 +151,11 @@
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/billDetailsQuery/index.vue
View file @
54a75193
...
...
@@ -160,13 +160,15 @@
height
:
4vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
6.5vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -228,10 +230,12 @@
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/billQuery/index.vue
View file @
54a75193
...
...
@@ -603,14 +603,16 @@
margin-right
:
1vw
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
//
width
:
7vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -672,16 +674,19 @@
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
::v-deep
.el-table
.cell
{
line-height
:
normal
!important
;
}
::v-deep
.el-date-editor
.el-range-input
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/directOrder/index.vue
View file @
54a75193
...
...
@@ -77,13 +77,16 @@
height
:
3.5vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
5vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
src/views/vab/getOrder/detail.vue
View file @
54a75193
...
...
@@ -209,13 +209,15 @@
height
:
4vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
5.5vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -289,12 +291,15 @@
}
}
::v-deep
.el-table
th
.cell
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
::v-deep
.el-date-editor
.el-range-input
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/getOrder/index.vue
View file @
54a75193
...
...
@@ -392,7 +392,8 @@
<
style
lang=
"scss"
scoped
>
.right_tip
{
font-size
:
calc
(
100vh
*
30
/
1920
);
//
font-size
:
calc
(
100vh
*
30
/
1920
);
font-size
:
1rem
;
color
:
#e60000
;
}
.container
::v-deep
{
...
...
@@ -411,13 +412,17 @@
height
:
4vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
5.5vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -487,12 +492,15 @@
}
}
::v-deep
.el-table
th
.cell
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
::v-deep
.el-date-editor
.el-range-input
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/orderDownload/index.vue
View file @
54a75193
...
...
@@ -65,13 +65,16 @@
height
:
3.5vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
5vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
src/views/vab/orderProgress/detail.vue
View file @
54a75193
...
...
@@ -224,13 +224,16 @@
height
:
4vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
5.5vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -304,12 +307,15 @@
}
}
::v-deep
.el-table
th
.cell
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
::v-deep
.el-date-editor
.el-range-input
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/orderProgress/index.vue
View file @
54a75193
...
...
@@ -520,7 +520,8 @@
.tip
{
color
:
red
;
line-height
:
4vh
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
margin-left
:
3vw
;
font-weight
:
bold
;
}
...
...
@@ -536,13 +537,15 @@
height
:
4vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
6vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -582,12 +585,15 @@
}
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
::v-deep
.el-date-editor
.el-range-input
{
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/payRecord/index.vue
View file @
54a75193
...
...
@@ -52,9 +52,11 @@
}
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/profitDetailsQuery/index.vue
View file @
54a75193
...
...
@@ -559,13 +559,16 @@
margin-right
:
1vw
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
//
width
:
6vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -621,16 +624,19 @@
}
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
::v-deep
.el-button
{
background
:
#0187fb
;
border
:
none
;
}
::v-deep
.el-date-editor
.el-range-input
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.7rem
;
}
</
style
>
src/views/vab/profitQuery/index.vue
View file @
54a75193
...
...
@@ -155,13 +155,15 @@
height
:
4vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
6vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -201,9 +203,11 @@
}
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/supplierInvoicing/index.vue
View file @
54a75193
...
...
@@ -253,13 +253,15 @@
align-items
:
center
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
7vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -326,10 +328,12 @@
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
//
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
src/views/vab/supplierInvoicingQuery/index.vue
View file @
54a75193
...
...
@@ -177,13 +177,15 @@
height
:
4vh
;
.el-form-item__label
{
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
font-weight
:
bold
;
width
:
6.8vw
;
}
.el-input__inner
{
font-size
:
calc
(
100vh
*
26
/
1920
);
//
font-size
:
calc
(
100vh
*
26
/
1920
);
font-size
:
0.8rem
;
height
:
3.5vh
;
}
...
...
@@ -245,10 +247,12 @@
::v-deep
.el-table
th
.cell
{
color
:
#fff
;
font-size
:
calc
(
100vh
*
28
/
1920
);
//
font-size
:
calc
(
100vh
*
28
/
1920
);
font-size
:
0.9rem
;
}
::v-deep
.el-table
td
.cell
{
font-size
:
calc
(
100vh
*
24
/
1920
);
font-size
:
0.8rem
;
}
</
style
>
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