|
|
@@ -89,7 +89,7 @@
|
|
89
|
89
|
</div>
|
|
90
|
90
|
</div>
|
|
91
|
91
|
</el-col>
|
|
92
|
|
- <el-col :span="15" style="padding-right: 15px">
|
|
|
92
|
+ <el-col :span="15" style="padding-right: 0.1875rem">
|
|
93
|
93
|
<div class="map-area">
|
|
94
|
94
|
<div class="operation-box">
|
|
95
|
95
|
<el-radio-group v-model="tabPosition" @change="tabClick" style="width: 80%">
|
|
|
@@ -104,7 +104,7 @@
|
|
104
|
104
|
@change="cangSelect"
|
|
105
|
105
|
v-model="cangName"
|
|
106
|
106
|
placeholder="选择货位"
|
|
107
|
|
- style="width: 150px"
|
|
|
107
|
+ style="width: 1.875rem"
|
|
108
|
108
|
>
|
|
109
|
109
|
<el-option
|
|
110
|
110
|
v-for="(item, index) in cangOptions"
|
|
|
@@ -121,7 +121,7 @@
|
|
121
|
121
|
<div class="hw-rightcon">
|
|
122
|
122
|
<div v-if="tabPosition == 'hwk'">
|
|
123
|
123
|
<h3 class="hwk_title"><i></i>货位信息</h3>
|
|
124
|
|
- <el-form class="formstyletwo" ref="form" :model="baseformhw" label-width="140px">
|
|
|
124
|
+ <el-form class="formstyletwo" ref="form" :model="baseformhw" label-width="1.75rem">
|
|
125
|
125
|
<el-row :gutter="30">
|
|
126
|
126
|
<!-- <el-col :span="16"> -->
|
|
127
|
127
|
<el-col :span="8">
|
|
|
@@ -143,7 +143,7 @@
|
|
143
|
143
|
<!-- <el-col :span="8">
|
|
144
|
144
|
<div class="img" style="width: 100%;text-align:center">
|
|
145
|
145
|
<el-image
|
|
146
|
|
- style="width: 240px; height: 240px;cursor: pointer;margin-top: -28px;"
|
|
|
146
|
+ style="width: 240px; height: 240px;cursor: pointer;margin-top: -0.35rem;"
|
|
147
|
147
|
:src="qrCodeUrl"
|
|
148
|
148
|
fit="fill"
|
|
149
|
149
|
@click="handleCodeShow"
|
|
|
@@ -204,7 +204,7 @@
|
|
204
|
204
|
<el-form :inline="true" class="formstylethree" ref="form" :model="searchform">
|
|
205
|
205
|
<el-form-item label="业务日期">
|
|
206
|
206
|
<el-date-picker
|
|
207
|
|
- style="width: 180px"
|
|
|
207
|
+ style="width: 2.25rem"
|
|
208
|
208
|
@change="searchCrk"
|
|
209
|
209
|
clearable
|
|
210
|
210
|
v-model="searchform.ywrq"
|
|
|
@@ -216,7 +216,7 @@
|
|
216
|
216
|
</el-form-item>
|
|
217
|
217
|
<el-form-item label="出入库类型">
|
|
218
|
218
|
<el-select
|
|
219
|
|
- style="width: 180px"
|
|
|
219
|
+ style="width: 2.25rem"
|
|
220
|
220
|
@change="searchCrk"
|
|
221
|
221
|
v-model="searchform.crklx"
|
|
222
|
222
|
placeholder="请选择"
|
|
|
@@ -248,13 +248,13 @@
|
|
248
|
248
|
</el-table-column>
|
|
249
|
249
|
<el-table-column prop="ywrq" label="业务时间" align="center" />
|
|
250
|
250
|
<el-table-column prop="lspzmc" label="粮食品种" align="center">
|
|
251
|
|
- <template #default="scope">
|
|
|
251
|
+ <!-- <template #default="scope">
|
|
252
|
252
|
<dict-tag
|
|
253
|
253
|
v-if="scope.row.lspzmc"
|
|
254
|
254
|
:type="DICT_TYPE.SYSTEM_LSPZ"
|
|
255
|
255
|
:value="scope.row.lspzmc"
|
|
256
|
256
|
/>
|
|
257
|
|
- </template>
|
|
|
257
|
+ </template> -->
|
|
258
|
258
|
</el-table-column>
|
|
259
|
259
|
<el-table-column prop="lsdjbm" label="粮食等级" align="center" />
|
|
260
|
260
|
<el-table-column prop="jz" label="净重(公斤)" align="center" />
|
|
|
@@ -289,8 +289,8 @@
|
|
289
|
289
|
</div>
|
|
290
|
290
|
<div v-if="tabPosition == 'zj'">
|
|
291
|
291
|
<!-- <h3><i></i>检测记录</h3> -->
|
|
292
|
|
- <div class="resettablewrap resettablewrap-spe" style="margin-bottom: 10px">
|
|
293
|
|
- <el-scrollbar style="height: 500px">
|
|
|
292
|
+ <div class="resettablewrap resettablewrap-spe" style="margin-bottom: 0.125rem">
|
|
|
293
|
+ <el-scrollbar style="height: 6.25rem">
|
|
294
|
294
|
<el-table
|
|
295
|
295
|
:data="zhijTableData"
|
|
296
|
296
|
style="width: 100%; overflow-x: hidden"
|
|
|
@@ -313,13 +313,13 @@
|
|
313
|
313
|
</template>
|
|
314
|
314
|
</el-table-column>
|
|
315
|
315
|
<el-table-column prop="lspzmc" label="粮食品种" align="center">
|
|
316
|
|
- <template #default="scope">
|
|
|
316
|
+ <!-- <template #default="scope">
|
|
317
|
317
|
<dict-tag
|
|
318
|
318
|
v-if="scope.row.lspzmc"
|
|
319
|
319
|
:type="DICT_TYPE.SYSTEM_LSPZ"
|
|
320
|
320
|
:value="scope.row.lspzmc"
|
|
321
|
321
|
/>
|
|
322
|
|
- </template>
|
|
|
322
|
+ </template> -->
|
|
323
|
323
|
</el-table-column>
|
|
324
|
324
|
<el-table-column prop="lsdjbm" label="粮食等级" align="center" />
|
|
325
|
325
|
<el-table-column prop="jcrrxm" label="检测人员姓名" align="center" />
|
|
|
@@ -349,7 +349,7 @@
|
|
349
|
349
|
</el-radio-group>
|
|
350
|
350
|
</div> -->
|
|
351
|
351
|
<div>
|
|
352
|
|
- <el-form class="formstyletwo" ref="form" :model="wensdform" label-width="200px">
|
|
|
352
|
+ <el-form class="formstyletwo" ref="form" :model="wensdform" label-width="2.5rem">
|
|
353
|
353
|
<el-row :gutter="30">
|
|
354
|
354
|
<el-col :span="8">
|
|
355
|
355
|
<el-form-item label="仓廒名称">
|
|
|
@@ -432,7 +432,7 @@
|
|
432
|
432
|
</div>
|
|
433
|
433
|
</div>
|
|
434
|
434
|
<div v-if="tabPosition == 'sy'">
|
|
435
|
|
- <el-scrollbar style="height: 600px">
|
|
|
435
|
+ <el-scrollbar style="height: 7.5rem">
|
|
436
|
436
|
<div class="resettablewrap">
|
|
437
|
437
|
<el-table
|
|
438
|
438
|
:data="crkTableDataSy"
|
|
|
@@ -497,19 +497,19 @@
|
|
497
|
497
|
</div>
|
|
498
|
498
|
|
|
499
|
499
|
<div class="dialog_file">
|
|
500
|
|
- <el-dialog title="" v-model="Dialogfiles" width="1150px" top="15vh">
|
|
|
500
|
+ <el-dialog title="" v-model="Dialogfiles" width="14.375rem" top="15vh">
|
|
501
|
501
|
<template #header="{}">
|
|
502
|
502
|
<div class="dialog_title">
|
|
503
|
503
|
<span class="dialog_title_text">{{ searchform.crklx == 0 ? '出库' : '入库' }}单</span>
|
|
504
|
504
|
</div>
|
|
505
|
505
|
</template>
|
|
506
|
|
- <el-scrollbar class="hw-rightcon" style="height: 600px; margin: 0">
|
|
|
506
|
+ <el-scrollbar class="hw-rightcon" style="height: 7.5rem; margin: 0">
|
|
507
|
507
|
<el-form
|
|
508
|
508
|
class="formstyletwo"
|
|
509
|
|
- style="height: 600px; padding: 15px"
|
|
|
509
|
+ style="height: 7.5rem; padding: 0.1875rem"
|
|
510
|
510
|
ref="form"
|
|
511
|
511
|
:model="crkDetail"
|
|
512
|
|
- label-width="140px"
|
|
|
512
|
+ label-width="1.75rem"
|
|
513
|
513
|
>
|
|
514
|
514
|
<h3 class="hwk_title"><i></i>基础信息</h3>
|
|
515
|
515
|
<el-row :gutter="20">
|
|
|
@@ -586,6 +586,7 @@
|
|
586
|
586
|
</template>
|
|
587
|
587
|
|
|
588
|
588
|
<script lang="ts" setup>
|
|
|
589
|
+import '@/utils/flexible'
|
|
589
|
590
|
import * as Api from '../../api'
|
|
590
|
591
|
import Header from '@/views/VisualDisplay/src/compontent/header.vue'
|
|
591
|
592
|
import { DICT_TYPE } from '@/utils/dict'
|
|
|
@@ -845,18 +846,19 @@ onMounted(() => {
|
|
845
|
846
|
.container-page {
|
|
846
|
847
|
width: 100%;
|
|
847
|
848
|
height: 100%;
|
|
848
|
|
- overflow: auto;
|
|
|
849
|
+ overflow-x: hidden;
|
|
|
850
|
+ overflow-y: auto;
|
|
849
|
851
|
background: url('@/assets/ksh/home/bj.jpg') no-repeat;
|
|
850
|
852
|
background-size: 100% 100%;
|
|
851
|
853
|
color: #ffffff;
|
|
852
|
854
|
}
|
|
853
|
855
|
.header {
|
|
854
|
|
- width: 1920px;
|
|
855
|
|
- height: 110px;
|
|
|
856
|
+ width: 24rem;
|
|
|
857
|
+ height: 1.375rem;
|
|
856
|
858
|
}
|
|
857
|
859
|
.container-body {
|
|
858
|
|
- width: 1920px;
|
|
859
|
|
- height: 970px;
|
|
|
860
|
+ width: 24rem;
|
|
|
861
|
+ height: 12.125rem;
|
|
860
|
862
|
}
|
|
861
|
863
|
@media (min-width: 1920px) and (min-height: 1080px) {
|
|
862
|
864
|
.container-page {
|
|
|
@@ -868,8 +870,8 @@ onMounted(() => {
|
|
868
|
870
|
width: 100%;
|
|
869
|
871
|
// height: 88vh;
|
|
870
|
872
|
// height: 100%;
|
|
871
|
|
- height: 930px;
|
|
872
|
|
- padding: 10px 15px;
|
|
|
873
|
+ height: 11.625rem;
|
|
|
874
|
+ padding: 0.125rem 0.1875rem;
|
|
873
|
875
|
}
|
|
874
|
876
|
.kqxx_box .box_khxx {
|
|
875
|
877
|
width: 100%;
|
|
|
@@ -887,18 +889,18 @@ onMounted(() => {
|
|
887
|
889
|
}
|
|
888
|
890
|
.kqxx_box .box_title {
|
|
889
|
891
|
width: 100%;
|
|
890
|
|
- height: 45px;
|
|
891
|
|
- padding-left: 50px;
|
|
|
892
|
+ height: 0.5625rem;
|
|
|
893
|
+ padding-left: 0.625rem;
|
|
892
|
894
|
display: flex;
|
|
893
|
895
|
align-items: center;
|
|
894
|
896
|
margin-bottom: 0;
|
|
895
|
897
|
}
|
|
896
|
898
|
.kqxx_box .box_title .title-top {
|
|
897
|
|
- font-size: 28px;
|
|
|
899
|
+ font-size: 0.35rem;
|
|
898
|
900
|
font-family: 'Pangmen';
|
|
899
|
901
|
position: relative;
|
|
900
|
|
- letter-spacing: 4px;
|
|
901
|
|
- // margin-top: 5px;
|
|
|
902
|
+ letter-spacing: 0.05rem;
|
|
|
903
|
+ // margin-top: 0.0625rem;
|
|
902
|
904
|
background: linear-gradient(to bottom, #f2fcfd, #a3e0fb);
|
|
903
|
905
|
-webkit-background-clip: text;
|
|
904
|
906
|
-webkit-text-fill-color: transparent;
|
|
|
@@ -906,65 +908,67 @@ onMounted(() => {
|
|
906
|
908
|
.kqxx_box .box_title .title-top::before {
|
|
907
|
909
|
content: '';
|
|
908
|
910
|
display: inline-block;
|
|
909
|
|
- width: 13px;
|
|
910
|
|
- height: 16px;
|
|
|
911
|
+ width: 0.1625rem;
|
|
|
912
|
+ height: 0.2rem;
|
|
911
|
913
|
background: url('@/assets/ksh/home/icon-square.png') no-repeat;
|
|
912
|
914
|
background-size: 100% 100%;
|
|
913
|
915
|
position: absolute;
|
|
914
|
|
- left: -28px;
|
|
915
|
|
- top: 8px;
|
|
|
916
|
+ left: -0.35rem;
|
|
|
917
|
+ top: 0.1rem;
|
|
916
|
918
|
}
|
|
917
|
919
|
.kqxx_box .box_khxx .kqxx_content {
|
|
918
|
920
|
width: 100%;
|
|
919
|
|
- height: calc(100% - 45px);
|
|
920
|
|
- padding: 20px;
|
|
|
921
|
+ height: calc(100% - 0.5625rem);
|
|
|
922
|
+ padding: 0.25rem;
|
|
921
|
923
|
display: flex;
|
|
922
|
924
|
flex-direction: column;
|
|
923
|
925
|
justify-content: space-around;
|
|
924
|
926
|
}
|
|
925
|
927
|
.kqxx_box .box_khxx .box_item {
|
|
926
|
928
|
display: flex;
|
|
927
|
|
- height: 50px;
|
|
|
929
|
+ height: 0.625rem;
|
|
928
|
930
|
}
|
|
929
|
931
|
|
|
930
|
932
|
.kqxx_content .box_item .box_icon {
|
|
931
|
|
- width: 50px;
|
|
932
|
|
- height: 50px;
|
|
933
|
|
- background-size: 100% 100%;
|
|
|
933
|
+ width: 0.625rem;
|
|
|
934
|
+ height: 0.625rem;
|
|
934
|
935
|
}
|
|
935
|
936
|
.kqxx_content .box_item .icon_kh1 {
|
|
936
|
937
|
background: url('@/assets/ksh/cf/icon-dwmc.png') no-repeat;
|
|
|
938
|
+ background-size: 100% 100%;
|
|
937
|
939
|
}
|
|
938
|
940
|
.kqxx_content .box_item .icon_kh2 {
|
|
939
|
941
|
background: url('@/assets/ksh/cf/icon-lxdh.png') no-repeat;
|
|
|
942
|
+ background-size: 100% 100%;
|
|
940
|
943
|
}
|
|
941
|
944
|
.kqxx_content .box_item .icon_kh3 {
|
|
942
|
945
|
background: url('@/assets/ksh/cf/icon-xydm.png') no-repeat;
|
|
|
946
|
+ background-size: 100% 100%;
|
|
943
|
947
|
}
|
|
944
|
948
|
.kqxx_content .box_content {
|
|
945
|
949
|
display: flex;
|
|
946
|
|
- padding-right: 24px;
|
|
947
|
|
- margin-left: 28px;
|
|
|
950
|
+ padding-right: 0.3rem;
|
|
|
951
|
+ margin-left: 0.35rem;
|
|
948
|
952
|
justify-content: space-between;
|
|
949
|
953
|
background: #203e72;
|
|
950
|
954
|
width: 88%;
|
|
951
|
|
- border-radius: 8px;
|
|
|
955
|
+ border-radius: 0.1rem;
|
|
952
|
956
|
}
|
|
953
|
957
|
.kqxx_content .box_content span {
|
|
954
|
|
- height: 35px;
|
|
955
|
|
- line-height: 35px;
|
|
956
|
|
- margin-top: 8px;
|
|
957
|
|
- font-size: 18px;
|
|
|
958
|
+ height: 0.4375rem;
|
|
|
959
|
+ line-height: 0.4375rem;
|
|
|
960
|
+ margin-top: 0.1rem;
|
|
|
961
|
+ font-size: 0.225rem;
|
|
958
|
962
|
}
|
|
959
|
963
|
.kqxx_content .box_content .span_left {
|
|
960
|
964
|
width: 50%;
|
|
961
|
|
- padding-left: 20px;
|
|
|
965
|
+ padding-left: 0.25rem;
|
|
962
|
966
|
text-align: left;
|
|
963
|
967
|
}
|
|
964
|
968
|
.kqxx_content .box_content .span_right {
|
|
965
|
|
- margin-left: 10px;
|
|
|
969
|
+ margin-left: 0.125rem;
|
|
966
|
970
|
width: 50%;
|
|
967
|
|
- border-radius: 9px;
|
|
|
971
|
+ border-radius: 0.1125rem;
|
|
968
|
972
|
text-align: right;
|
|
969
|
973
|
background: linear-gradient(to bottom, #fefefe, #f2d349);
|
|
970
|
974
|
-webkit-background-clip: text;
|
|
|
@@ -972,7 +976,7 @@ onMounted(() => {
|
|
972
|
976
|
}
|
|
973
|
977
|
|
|
974
|
978
|
.cfxx_content {
|
|
975
|
|
- padding: 25px 20px 0;
|
|
|
979
|
+ padding: 0.3125rem 0.25rem 0;
|
|
976
|
980
|
display: flex;
|
|
977
|
981
|
flex-direction: column;
|
|
978
|
982
|
justify-content: space-around;
|
|
|
@@ -982,32 +986,32 @@ onMounted(() => {
|
|
982
|
986
|
display: flex;
|
|
983
|
987
|
}
|
|
984
|
988
|
.cfxx_content .box_content span {
|
|
985
|
|
- height: 41px;
|
|
986
|
|
- line-height: 41px;
|
|
987
|
|
- font-size: 18px;
|
|
|
989
|
+ height: 0.5125rem;
|
|
|
990
|
+ line-height: 0.5125rem;
|
|
|
991
|
+ font-size: 0.225rem;
|
|
988
|
992
|
}
|
|
989
|
993
|
.cfxx_content .box_content .span_left {
|
|
990
|
|
- width: 167px;
|
|
|
994
|
+ width: 2.0875rem;
|
|
991
|
995
|
color: #ffffff;
|
|
992
|
|
- padding-left: 10px;
|
|
|
996
|
+ padding-left: 0.125rem;
|
|
993
|
997
|
background: url('@/assets/ksh/cf/cf-bj.png') no-repeat;
|
|
994
|
998
|
background-size: 100% 100%;
|
|
995
|
999
|
}
|
|
996
|
1000
|
.cfxx_content .box_content .span_right {
|
|
997
|
1001
|
flex: 1;
|
|
998
|
|
- margin-left: 25px;
|
|
999
|
|
- border-radius: 9px;
|
|
|
1002
|
+ margin-left: 0.3125rem;
|
|
|
1003
|
+ border-radius: 0.1125rem;
|
|
1000
|
1004
|
background: #214076;
|
|
1001
|
1005
|
color: #ffffff;
|
|
1002
|
|
- padding-left: 10px;
|
|
|
1006
|
+ padding-left: 0.125rem;
|
|
1003
|
1007
|
}
|
|
1004
|
1008
|
|
|
1005
|
1009
|
.map-area {
|
|
1006
|
|
- padding-top: 20px;
|
|
|
1010
|
+ padding-top: 0.25rem;
|
|
1007
|
1011
|
height: 98%;
|
|
1008
|
1012
|
background: url('@/assets/ksh/cf/right-bj.png') no-repeat;
|
|
1009
|
1013
|
background-size: 100% 100%;
|
|
1010
|
|
- margin-top: 14px;
|
|
|
1014
|
+ margin-top: 0.175rem;
|
|
1011
|
1015
|
}
|
|
1012
|
1016
|
|
|
1013
|
1017
|
/*最外层透明*/
|
|
|
@@ -1016,7 +1020,7 @@ onMounted(() => {
|
|
1016
|
1020
|
background-color: transparent;
|
|
1017
|
1021
|
color: rgba(255, 255, 255, 0.5);
|
|
1018
|
1022
|
opacity: 0.8;
|
|
1019
|
|
- font-size: 12px;
|
|
|
1023
|
+ font-size: 0.15rem;
|
|
1020
|
1024
|
}
|
|
1021
|
1025
|
|
|
1022
|
1026
|
:deep(
|
|
|
@@ -1029,7 +1033,7 @@ onMounted(() => {
|
|
1029
|
1033
|
}
|
|
1030
|
1034
|
|
|
1031
|
1035
|
:deep(.el-table--medium .el-table__cell) {
|
|
1032
|
|
- padding: 2px 0;
|
|
|
1036
|
+ padding: 0.025rem 0;
|
|
1033
|
1037
|
}
|
|
1034
|
1038
|
|
|
1035
|
1039
|
.el-table {
|
|
|
@@ -1038,14 +1042,14 @@ onMounted(() => {
|
|
1038
|
1042
|
|
|
1039
|
1043
|
:deep(.el-table),
|
|
1040
|
1044
|
:deep(.el-table__expanded-cell) {
|
|
1041
|
|
- font-size: 14px;
|
|
|
1045
|
+ font-size: 0.175rem;
|
|
1042
|
1046
|
}
|
|
1043
|
1047
|
:deep(.el-table th),
|
|
1044
|
1048
|
:deep(.el-table tr),
|
|
1045
|
1049
|
:deep(.el-table td) {
|
|
1046
|
1050
|
background-color: transparent;
|
|
1047
|
1051
|
color: #ffffff;
|
|
1048
|
|
- height: 45px;
|
|
|
1052
|
+ height: 0.5625rem;
|
|
1049
|
1053
|
}
|
|
1050
|
1054
|
|
|
1051
|
1055
|
:deep(.el-table--striped .el-table__body tr.el-table__row--striped td) {
|
|
|
@@ -1068,7 +1072,7 @@ onMounted(() => {
|
|
1068
|
1072
|
}
|
|
1069
|
1073
|
:deep(.el-table th.el-table__cell.is-leaf, .el-table td.el-table__cell) {
|
|
1070
|
1074
|
border-bottom: 0px solid #dfe6ec;
|
|
1071
|
|
- font-size: 18px;
|
|
|
1075
|
+ font-size: 0.225rem;
|
|
1072
|
1076
|
font-weight: 500;
|
|
1073
|
1077
|
color: #ffffff !important;
|
|
1074
|
1078
|
}
|
|
|
@@ -1088,7 +1092,7 @@ onMounted(() => {
|
|
1088
|
1092
|
}
|
|
1089
|
1093
|
:deep(.el-table tbody tr.two-row) {
|
|
1090
|
1094
|
background: url('@/assets/ksh/cf/crk-bj3.png') 0 50% no-repeat !important;
|
|
1091
|
|
- background-size: 100% 15px !important;
|
|
|
1095
|
+ background-size: 100% 0.1875rem !important;
|
|
1092
|
1096
|
}
|
|
1093
|
1097
|
:deep(.resettablewrap2 .el-table tbody tr) {
|
|
1094
|
1098
|
cursor: pointer;
|
|
|
@@ -1109,36 +1113,36 @@ onMounted(() => {
|
|
1109
|
1113
|
top: 50%;
|
|
1110
|
1114
|
left: 50%;
|
|
1111
|
1115
|
transform: translate(-50%, -50%);
|
|
1112
|
|
- max-height: calc(100% - 30px);
|
|
|
1116
|
+ max-height: calc(100% - 0.375rem);
|
|
1113
|
1117
|
}
|
|
1114
|
1118
|
.el-dialog__body::-webkit-scrollbar {
|
|
1115
|
1119
|
display: none;
|
|
1116
|
1120
|
}
|
|
1117
|
1121
|
.dialog_title {
|
|
1118
|
1122
|
color: #ffffff;
|
|
1119
|
|
- font-size: 24px;
|
|
1120
|
|
- line-height: 20px;
|
|
|
1123
|
+ font-size: 0.3rem;
|
|
|
1124
|
+ line-height: 0.25rem;
|
|
1121
|
1125
|
position: relative;
|
|
1122
|
1126
|
.dialog_title_text {
|
|
1123
|
|
- margin-left: 30px;
|
|
1124
|
|
- // margin-top: -10px;
|
|
|
1127
|
+ margin-left: 0.375rem;
|
|
|
1128
|
+ // margin-top: -0.125rem;
|
|
1125
|
1129
|
position: relative;
|
|
1126
|
1130
|
}
|
|
1127
|
1131
|
.dialog_title_text::before {
|
|
1128
|
1132
|
content: '';
|
|
1129
|
1133
|
display: inline-block;
|
|
1130
|
|
- width: 13px;
|
|
1131
|
|
- height: 16px;
|
|
|
1134
|
+ width: 0.1625rem;
|
|
|
1135
|
+ height: 0.2rem;
|
|
1132
|
1136
|
background: url('@/assets/ksh/home/icon-square.png') no-repeat;
|
|
1133
|
1137
|
background-size: 100% 100%;
|
|
1134
|
1138
|
position: absolute;
|
|
1135
|
|
- top: 8px;
|
|
1136
|
|
- left: -24px;
|
|
|
1139
|
+ top: 0.1rem;
|
|
|
1140
|
+ left: -0.3rem;
|
|
1137
|
1141
|
}
|
|
1138
|
1142
|
}
|
|
1139
|
1143
|
.el-dialog__headerbtn {
|
|
1140
|
|
- top: 6px;
|
|
1141
|
|
- right: 6px;
|
|
|
1144
|
+ top: 0.075rem;
|
|
|
1145
|
+ right: 0.075rem;
|
|
1142
|
1146
|
}
|
|
1143
|
1147
|
.el-dialog__headerbtn .el-dialog__close {
|
|
1144
|
1148
|
display: none;
|
|
|
@@ -1146,8 +1150,8 @@ onMounted(() => {
|
|
1146
|
1150
|
.el-dialog__headerbtn::before {
|
|
1147
|
1151
|
content: '';
|
|
1148
|
1152
|
display: inline-block;
|
|
1149
|
|
- width: 15px;
|
|
1150
|
|
- height: 15px;
|
|
|
1153
|
+ width: 0.1875rem;
|
|
|
1154
|
+ height: 0.1875rem;
|
|
1151
|
1155
|
background: url('@/assets/ksh/dialog/close.png') no-repeat;
|
|
1152
|
1156
|
background-size: 100% 100%;
|
|
1153
|
1157
|
}
|
|
|
@@ -1158,37 +1162,37 @@ onMounted(() => {
|
|
1158
|
1162
|
background-color: transparent;
|
|
1159
|
1163
|
border-width: 0;
|
|
1160
|
1164
|
color: #ffffff;
|
|
1161
|
|
- font-size: 16px;
|
|
|
1165
|
+ font-size: 0.2rem;
|
|
1162
|
1166
|
padding: 0;
|
|
1163
|
1167
|
}
|
|
1164
|
1168
|
.resettablewrap .el-tag {
|
|
1165
|
1169
|
background-color: transparent;
|
|
1166
|
1170
|
border-width: 0;
|
|
1167
|
1171
|
color: #ffffff;
|
|
1168
|
|
- font-size: 14px;
|
|
|
1172
|
+ font-size: 0.175rem;
|
|
1169
|
1173
|
padding: 0;
|
|
1170
|
1174
|
}
|
|
1171
|
1175
|
.resettablewrap2 .el-tag {
|
|
1172
|
1176
|
background-color: transparent;
|
|
1173
|
1177
|
border-width: 0;
|
|
1174
|
1178
|
color: #ffffff;
|
|
1175
|
|
- font-size: 14px;
|
|
|
1179
|
+ font-size: 0.175rem;
|
|
1176
|
1180
|
padding: 0;
|
|
1177
|
1181
|
}
|
|
1178
|
1182
|
.operation-box {
|
|
1179
|
1183
|
position: relative;
|
|
1180
|
|
- margin: 0 20px 20px;
|
|
|
1184
|
+ margin: 0 0.25rem 0.25rem;
|
|
1181
|
1185
|
.el-radio-button {
|
|
1182
|
|
- margin-right: 10px;
|
|
1183
|
|
- margin-bottom: 10px;
|
|
|
1186
|
+ margin-right: 0.125rem;
|
|
|
1187
|
+ margin-bottom: 0.125rem;
|
|
1184
|
1188
|
}
|
|
1185
|
1189
|
.el-radio-button__inner {
|
|
1186
|
1190
|
background: linear-gradient(to bottom, #152c61 25%, #183a72 50%, #4780db 100%);
|
|
1187
|
1191
|
color: #c2c7d6;
|
|
1188
|
|
- padding: 10px 40px;
|
|
1189
|
|
- border: 1px solid #6caad7 !important;
|
|
1190
|
|
- border-radius: 5px;
|
|
1191
|
|
- font-size: 16px;
|
|
|
1192
|
+ padding: 0.125rem 0.5rem;
|
|
|
1193
|
+ border: 0.0125rem solid #6caad7 !important;
|
|
|
1194
|
+ border-radius: 0.0625rem;
|
|
|
1195
|
+ font-size: 0.2rem;
|
|
1192
|
1196
|
// border-left: 0;
|
|
1193
|
1197
|
}
|
|
1194
|
1198
|
.is-active .el-radio-button__inner {
|
|
|
@@ -1198,7 +1202,7 @@ onMounted(() => {
|
|
1198
|
1202
|
}
|
|
1199
|
1203
|
.el-radio-button:first-child .el-radio-button__inner,
|
|
1200
|
1204
|
.el-radio-button:last-child .el-radio-button__inner {
|
|
1201
|
|
- border-radius: 5px;
|
|
|
1205
|
+ border-radius: 0.0625rem;
|
|
1202
|
1206
|
}
|
|
1203
|
1207
|
.changecang {
|
|
1204
|
1208
|
position: absolute;
|
|
|
@@ -1208,84 +1212,91 @@ onMounted(() => {
|
|
1208
|
1212
|
width: 23%;
|
|
1209
|
1213
|
justify-content: space-between;
|
|
1210
|
1214
|
// .el-input__inner {
|
|
1211
|
|
- // font-size: 18px;
|
|
1212
|
|
- // border: 1px solid #4187b5;
|
|
|
1215
|
+ // font-size: 0.225rem;
|
|
|
1216
|
+ // border: 0.0125rem solid #4187b5;
|
|
1213
|
1217
|
// color: #ffffff;
|
|
1214
|
1218
|
// background: linear-gradient(
|
|
1215
|
1219
|
// rgba(13, 69, 121, 0.3) 0%,
|
|
1216
|
1220
|
// rgba(22, 37, 73, 0.3) 50%,
|
|
1217
|
1221
|
// rgba(13, 69, 121, 0.3) 100%
|
|
1218
|
1222
|
// );
|
|
1219
|
|
- // box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
1223
|
+ // box-shadow: 0 0.025rem 0.15rem 0 rgba(0, 0, 0, 0.1);
|
|
1220
|
1224
|
// }
|
|
1221
|
1225
|
.el-select__wrapper {
|
|
1222
|
1226
|
background: linear-gradient(to bottom, #152c61 25%, #183a72 50%, #4780db 100%) !important;
|
|
1223
|
|
-
|
|
1224
|
|
- border: 1px solid #6caad7 !important;
|
|
1225
|
|
- border-radius: 5px;
|
|
|
1227
|
+ border: 0.0125rem solid #6caad7 !important;
|
|
|
1228
|
+ border-radius: 0.0625rem;
|
|
1226
|
1229
|
box-shadow: none;
|
|
1227
|
|
- height: 38px;
|
|
|
1230
|
+ height: 0.475rem;
|
|
|
1231
|
+ font-size: 0.175rem;
|
|
|
1232
|
+ gap: 0.075rem;
|
|
|
1233
|
+ line-height: 0.3rem;
|
|
|
1234
|
+ min-height: 0.4rem;
|
|
|
1235
|
+ padding: 0.05rem 0.15rem;
|
|
1228
|
1236
|
}
|
|
1229
|
1237
|
.el-select__placeholder {
|
|
1230
|
1238
|
color: #c2c7d6;
|
|
1231
|
1239
|
}
|
|
1232
|
1240
|
.changecangBtn {
|
|
1233
|
|
- width: 100px;
|
|
1234
|
|
- height: 38px;
|
|
|
1241
|
+ width: 1.25rem;
|
|
|
1242
|
+ height: 0.475rem;
|
|
1235
|
1243
|
background: linear-gradient(to bottom, #152c61 25%, #183a72 50%, #4780db 100%) !important;
|
|
1236
|
1244
|
color: #c2c7d6;
|
|
1237
|
|
- border-radius: 5px;
|
|
1238
|
|
- font-size: 16px;
|
|
|
1245
|
+ border-radius: 0.0625rem;
|
|
|
1246
|
+ font-size: 0.2rem;
|
|
1239
|
1247
|
}
|
|
1240
|
1248
|
}
|
|
1241
|
1249
|
}
|
|
1242
|
1250
|
.hw-rightcon {
|
|
1243
|
|
- margin: 0px 20px;
|
|
|
1251
|
+ margin: 0px 0.25rem;
|
|
1244
|
1252
|
h3 {
|
|
1245
|
1253
|
background: #2c498b;
|
|
1246
|
|
- height: 36px;
|
|
1247
|
|
- padding: 5px 0;
|
|
1248
|
|
- font-size: 20px;
|
|
|
1254
|
+ height: 0.45rem;
|
|
|
1255
|
+ padding: 0.0625rem 0;
|
|
|
1256
|
+ font-size: 0.25rem;
|
|
1249
|
1257
|
font-weight: bold;
|
|
1250
|
|
- margin: 10px 0px 20px;
|
|
|
1258
|
+ margin: 0.125rem 0px 0.25rem;
|
|
1251
|
1259
|
color: #ffffff;
|
|
1252
|
1260
|
i {
|
|
1253
|
1261
|
float: left;
|
|
1254
|
|
- width: 5px;
|
|
1255
|
|
- height: 5px;
|
|
|
1262
|
+ width: 0.0625rem;
|
|
|
1263
|
+ height: 0.0625rem;
|
|
1256
|
1264
|
background: #ebd35a;
|
|
1257
|
|
- margin: 12px 10px 0 0;
|
|
|
1265
|
+ margin: 0.15rem 0.125rem 0 0;
|
|
1258
|
1266
|
}
|
|
1259
|
1267
|
}
|
|
1260
|
1268
|
.formstyletwo .el-form-item {
|
|
1261
|
|
- margin-bottom: 30px;
|
|
|
1269
|
+ margin-bottom: 0.375rem;
|
|
1262
|
1270
|
}
|
|
1263
|
1271
|
.formstyletwo .el-form-item__label {
|
|
1264
|
1272
|
color: #ffffff;
|
|
1265
|
1273
|
background: #1d3770;
|
|
1266
|
|
- font-size: 16px;
|
|
1267
|
|
- margin-right: 5px;
|
|
|
1274
|
+ font-size: 0.2rem;
|
|
|
1275
|
+ margin-right: 0.0625rem;
|
|
1268
|
1276
|
justify-content: flex-start;
|
|
1269
|
|
- padding-left: 15px;
|
|
|
1277
|
+ padding-left: 0.1875rem;
|
|
1270
|
1278
|
text-align: center;
|
|
1271
|
1279
|
}
|
|
1272
|
1280
|
.formstyletwo .el-input {
|
|
1273
|
|
- font-size: 16px;
|
|
|
1281
|
+ font-size: 0.2rem;
|
|
1274
|
1282
|
}
|
|
1275
|
1283
|
.formstyletwo .el-form-item {
|
|
1276
|
|
- margin-bottom: 18px;
|
|
|
1284
|
+ margin-bottom: 0.225rem;
|
|
1277
|
1285
|
}
|
|
1278
|
1286
|
.formstyletwo .el-form-item__content {
|
|
1279
|
|
- padding-left: 10px;
|
|
|
1287
|
+ padding-left: 0.125rem;
|
|
1280
|
1288
|
}
|
|
1281
|
1289
|
.formstyletwo .el-input__wrapper {
|
|
1282
|
1290
|
background: url('@/assets/ksh/cf/streak-bg.png') center left repeat;
|
|
1283
|
1291
|
border-radius: 0;
|
|
1284
|
|
- border-bottom-right-radius: 20px;
|
|
|
1292
|
+ border-bottom-right-radius: 0.25rem;
|
|
1285
|
1293
|
border: 0px none;
|
|
1286
|
1294
|
color: #9fbae3;
|
|
1287
|
|
- padding-left: 25px;
|
|
|
1295
|
+ padding-left: 0.3125rem;
|
|
1288
|
1296
|
box-shadow: none;
|
|
|
1297
|
+ font-size: 0.175rem;
|
|
|
1298
|
+ padding: 0.0125rem 0.1375rem;
|
|
|
1299
|
+ height: 0.4rem;
|
|
1289
|
1300
|
}
|
|
1290
|
1301
|
.formstyletwo .el-input__inner {
|
|
1291
|
1302
|
color: #9fbae3;
|
|
|
@@ -1298,14 +1309,14 @@ onMounted(() => {
|
|
1298
|
1309
|
}
|
|
1299
|
1310
|
|
|
1300
|
1311
|
.primaryBtn {
|
|
1301
|
|
- margin-bottom: 18px;
|
|
|
1312
|
+ margin-bottom: 0.225rem;
|
|
1302
|
1313
|
}
|
|
1303
|
1314
|
|
|
1304
|
1315
|
.radiobox {
|
|
1305
|
|
- margin-bottom: 20px;
|
|
|
1316
|
+ margin-bottom: 0.25rem;
|
|
1306
|
1317
|
.el-radio {
|
|
1307
|
1318
|
color: #9dc0d0;
|
|
1308
|
|
- font-size: 18px;
|
|
|
1319
|
+ font-size: 0.225rem;
|
|
1309
|
1320
|
}
|
|
1310
|
1321
|
.el-radio__inner {
|
|
1311
|
1322
|
background: #415078;
|
|
|
@@ -1315,19 +1326,48 @@ onMounted(() => {
|
|
1315
|
1326
|
}
|
|
1316
|
1327
|
|
|
1317
|
1328
|
.formstylethree {
|
|
|
1329
|
+ .el-form-item--default {
|
|
|
1330
|
+ --font-size: 0.175rem;
|
|
|
1331
|
+ margin-bottom: 0.225rem;
|
|
|
1332
|
+ }
|
|
|
1333
|
+ .el-form-item {
|
|
|
1334
|
+ --font-size: 0.175rem;
|
|
|
1335
|
+ margin-bottom: 0.225rem;
|
|
|
1336
|
+ margin-right: 0.4rem;
|
|
|
1337
|
+ }
|
|
|
1338
|
+ .el-form-item__label {
|
|
|
1339
|
+ height: 0.4rem;
|
|
|
1340
|
+ line-height: 0.4rem;
|
|
|
1341
|
+ padding: 0 0.15rem 0 0;
|
|
|
1342
|
+ }
|
|
|
1343
|
+ .el-date-editor.el-input,
|
|
|
1344
|
+ .el-date-editor.el-input__wrapper {
|
|
|
1345
|
+ height: 0.4rem;
|
|
|
1346
|
+ }
|
|
|
1347
|
+ .el-form-item--default .el-form-item__content {
|
|
|
1348
|
+ line-height: 0.4rem;
|
|
|
1349
|
+ }
|
|
1318
|
1350
|
.el-input__wrapper {
|
|
1319
|
1351
|
background: linear-gradient(to bottom, #1d366f 25%, #1f57a7 100%) !important;
|
|
1320
|
|
- border: 1px solid #6caad7 !important;
|
|
1321
|
|
- border-radius: 5px;
|
|
|
1352
|
+ border: 0.0125rem solid #6caad7 !important;
|
|
|
1353
|
+ border-radius: 0.0625rem;
|
|
1322
|
1354
|
box-shadow: none;
|
|
1323
|
1355
|
color: #ffffff;
|
|
|
1356
|
+ font-size: 0.175rem;
|
|
|
1357
|
+ padding: 0.0125rem 0.1375rem;
|
|
|
1358
|
+ height: 0.4rem;
|
|
1324
|
1359
|
}
|
|
1325
|
1360
|
.el-select__wrapper {
|
|
1326
|
1361
|
background: linear-gradient(to bottom, #1d366f 25%, #1f57a7 100%) !important;
|
|
1327
|
|
- border: 1px solid #6caad7 !important;
|
|
1328
|
|
- border-radius: 5px;
|
|
|
1362
|
+ border: 0.0125rem solid #6caad7 !important;
|
|
|
1363
|
+ border-radius: 0.0625rem;
|
|
1329
|
1364
|
box-shadow: none;
|
|
1330
|
|
- height: 30px;
|
|
|
1365
|
+ height: 0.375rem;
|
|
|
1366
|
+ font-size: 0.175rem;
|
|
|
1367
|
+ gap: 0.075rem;
|
|
|
1368
|
+ line-height: 0.3rem;
|
|
|
1369
|
+ min-height: 0.4rem;
|
|
|
1370
|
+ padding: 0.05rem 0.15rem;
|
|
1331
|
1371
|
}
|
|
1332
|
1372
|
.el-input__inner {
|
|
1333
|
1373
|
color: #c2c7d6;
|
|
|
@@ -1339,42 +1379,42 @@ onMounted(() => {
|
|
1339
|
1379
|
color: #ffffff;
|
|
1340
|
1380
|
}
|
|
1341
|
1381
|
.searchBtn {
|
|
1342
|
|
- width: 100px;
|
|
1343
|
|
- height: 30px;
|
|
|
1382
|
+ width: 1.25rem;
|
|
|
1383
|
+ height: 0.375rem;
|
|
1344
|
1384
|
background: linear-gradient(to bottom, #1d366f 25%, #1f57a7 100%) !important;
|
|
1345
|
1385
|
color: #ffffff;
|
|
1346
|
|
- border-radius: 5px;
|
|
1347
|
|
- font-size: 16px;
|
|
1348
|
|
- margin-bottom: 18px;
|
|
|
1386
|
+ border-radius: 0.0625rem;
|
|
|
1387
|
+ font-size: 0.2rem;
|
|
|
1388
|
+ margin-bottom: 0.225rem;
|
|
1349
|
1389
|
}
|
|
1350
|
1390
|
}
|
|
1351
|
1391
|
|
|
1352
|
1392
|
.el-pagination {
|
|
1353
|
|
- margin-top: 10px;
|
|
|
1393
|
+ margin-top: 0.125rem;
|
|
1354
|
1394
|
text-align: center;
|
|
1355
|
1395
|
color: #8baecd;
|
|
1356
|
|
- font-size: 16px;
|
|
|
1396
|
+ font-size: 0.2rem;
|
|
1357
|
1397
|
.el-pagination__total {
|
|
1358
|
1398
|
color: #8baecd;
|
|
1359
|
|
- font-size: 16px !important;
|
|
|
1399
|
+ font-size: 0.2rem !important;
|
|
1360
|
1400
|
}
|
|
1361
|
1401
|
.el-pagination__jump {
|
|
1362
|
1402
|
color: #8baecd;
|
|
1363
|
|
- font-size: 16px;
|
|
|
1403
|
+ font-size: 0.2rem;
|
|
1364
|
1404
|
}
|
|
1365
|
1405
|
.el-pager li {
|
|
1366
|
1406
|
background: none;
|
|
1367
|
|
- font-size: 16px !important;
|
|
|
1407
|
+ font-size: 0.2rem !important;
|
|
1368
|
1408
|
color: #8baecd;
|
|
1369
|
1409
|
}
|
|
1370
|
1410
|
span:not([class*='suffix']) {
|
|
1371
|
|
- font-size: 16px;
|
|
|
1411
|
+ font-size: 0.2rem;
|
|
1372
|
1412
|
}
|
|
1373
|
1413
|
.el-select .el-input .el-input__inner {
|
|
1374
|
1414
|
background: none;
|
|
1375
|
|
- border: 1px solid #3d6fbe;
|
|
|
1415
|
+ border: 0.0125rem solid #3d6fbe;
|
|
1376
|
1416
|
color: #ffffff;
|
|
1377
|
|
- font-size: 16px;
|
|
|
1417
|
+ font-size: 0.2rem;
|
|
1378
|
1418
|
}
|
|
1379
|
1419
|
.btn-next,
|
|
1380
|
1420
|
.btn-prev {
|
|
|
@@ -1383,35 +1423,43 @@ onMounted(() => {
|
|
1383
|
1423
|
}
|
|
1384
|
1424
|
.btn-next .el-icon,
|
|
1385
|
1425
|
.btn-prev .el-icon {
|
|
1386
|
|
- font-size: 16px !important;
|
|
|
1426
|
+ font-size: 0.2rem !important;
|
|
1387
|
1427
|
}
|
|
1388
|
1428
|
button:disabled {
|
|
1389
|
1429
|
background: none;
|
|
1390
|
1430
|
}
|
|
1391
|
1431
|
.el-pagination__editor.el-input .el-input__inner {
|
|
1392
|
1432
|
// background: #162d60;
|
|
1393
|
|
- // border: 1px solid #3d6fbe;
|
|
|
1433
|
+ // border: 0.0125rem solid #3d6fbe;
|
|
1394
|
1434
|
background: none;
|
|
1395
|
1435
|
border: 0;
|
|
1396
|
1436
|
color: #ffffff;
|
|
1397
|
1437
|
}
|
|
1398
|
1438
|
.el-input__wrapper {
|
|
1399
|
1439
|
background: none;
|
|
1400
|
|
- box-shadow: 0 0 0 1px #4f78d9 inset;
|
|
|
1440
|
+ box-shadow: 0 0 0 0.0125rem #4f78d9 inset;
|
|
|
1441
|
+ font-size: 0.175rem;
|
|
|
1442
|
+ padding: 0.0125rem 0.1375rem;
|
|
|
1443
|
+ height: 0.4rem;
|
|
1401
|
1444
|
}
|
|
1402
|
1445
|
|
|
1403
|
1446
|
.el-select__wrapper {
|
|
1404
|
1447
|
// background: linear-gradient(to bottom, #1d366f 25%, #1f57a7 100%) !important;
|
|
1405
|
1448
|
background: #162b65;
|
|
1406
|
|
- border: 1px solid #4f78d9 !important;
|
|
1407
|
|
- border-radius: 5px;
|
|
|
1449
|
+ border: 0.0125rem solid #4f78d9 !important;
|
|
|
1450
|
+ border-radius: 0.0625rem;
|
|
1408
|
1451
|
box-shadow: none;
|
|
1409
|
|
- // height: 30px;
|
|
|
1452
|
+ height: 0.375rem;
|
|
1410
|
1453
|
color: #ffffff;
|
|
|
1454
|
+ font-size: 0.175rem;
|
|
|
1455
|
+ gap: 0.075rem;
|
|
|
1456
|
+ line-height: 0.3rem;
|
|
|
1457
|
+ min-height: 0.4rem;
|
|
|
1458
|
+ padding: 0.05rem 0.15rem;
|
|
1411
|
1459
|
}
|
|
1412
|
1460
|
.el-select__wrapper.is-hovering:not(.is-focused) {
|
|
1413
|
1461
|
// box-shadow: none;
|
|
1414
|
|
- box-shadow: 0 0 0 1px #4f78d9 inset;
|
|
|
1462
|
+ box-shadow: 0 0 0 0.0125rem #4f78d9 inset;
|
|
1415
|
1463
|
}
|
|
1416
|
1464
|
.el-select__placeholder {
|
|
1417
|
1465
|
color: #ffffff;
|
|
|
@@ -1424,19 +1472,19 @@ onMounted(() => {
|
|
1424
|
1472
|
|
|
1425
|
1473
|
.image_preview {
|
|
1426
|
1474
|
width: 95%;
|
|
1427
|
|
- height: 280px;
|
|
1428
|
|
- // padding: 0 20px;
|
|
1429
|
|
- // margin: 20px;
|
|
1430
|
|
- // margin: 20px 20px 0;
|
|
|
1475
|
+ height: 3.5rem;
|
|
|
1476
|
+ // padding: 0 0.25rem;
|
|
|
1477
|
+ // margin: 0.25rem;
|
|
|
1478
|
+ // margin: 0.25rem 0.25rem 0;
|
|
1431
|
1479
|
// .demo-image__error .image-slot {
|
|
1432
|
|
- // font-size: 20px;
|
|
|
1480
|
+ // font-size: 0.25rem;
|
|
1433
|
1481
|
// }
|
|
1434
|
1482
|
// .demo-image__error .image-slot .el-icon {
|
|
1435
|
|
- // font-size: 20px;
|
|
|
1483
|
+ // font-size: 0.25rem;
|
|
1436
|
1484
|
// }
|
|
1437
|
1485
|
// .demo-image__error .el-image {
|
|
1438
|
1486
|
// width: 100%;
|
|
1439
|
|
- // height: 100px;
|
|
|
1487
|
+ // height: 1.25rem;
|
|
1440
|
1488
|
// }
|
|
1441
|
1489
|
.el-image {
|
|
1442
|
1490
|
position: relative;
|
|
|
@@ -1450,4 +1498,10 @@ onMounted(() => {
|
|
1450
|
1498
|
transform: translate(-50%, -50%);
|
|
1451
|
1499
|
}
|
|
1452
|
1500
|
}
|
|
|
1501
|
+.el-select-dropdown__wrap .el-select-dropdown__item {
|
|
|
1502
|
+ font-size: 0.175rem;
|
|
|
1503
|
+ height: 0.425rem;
|
|
|
1504
|
+ line-height: 0.425rem;
|
|
|
1505
|
+ padding: 0 0.4rem 0 0.25rem;
|
|
|
1506
|
+}
|
|
1453
|
1507
|
</style>
|