Browse Source

修改样式

hella_vue3
niexiting 7 months ago
parent
commit
6d3fdb8c57
  1. 12
      src/common/style/new_style.css
  2. 2
      src/pages/purchaseReceipt/job/receiptDetail.vue

12
src/common/style/new_style.css

@ -2218,7 +2218,7 @@ button::after {
.request_state_un-doing {
font-size: 28rpx;
/* background: rgba(95, 203, 148, 0.2); */
background: rgba(95, 203, 148, 0.2);
color: #22AF68;
padding: 10rpx 20rpx 10rpx 20rpx;
border-radius: 10rpx;
@ -2226,7 +2226,7 @@ button::after {
.job_state_doing {
font-size: 28rpx;
/* background: rgba(236, 156, 0, 0.2); */
background: rgba(236, 156, 0, 0.2);
color: #EC9C00;
padding: 10rpx 20rpx 10rpx 20rpx;
border-radius: 10rpx;
@ -2234,7 +2234,7 @@ button::after {
.job_state_un-doing {
font-size: 28rpx;
/* background: rgba(95, 203, 148, 0.2); */
background: rgba(95, 203, 148, 0.2);
color: #22AF68;
padding: 10rpx 20rpx 10rpx 20rpx;
border-radius: 10rpx;
@ -2242,7 +2242,7 @@ button::after {
.job_state_completed {
font-size: 28rpx;
/* background: rgba(95, 203, 148, 0.2); */
background: rgba(95, 203, 148, 0.2);
color: #22AF68;
padding: 10rpx 20rpx 10rpx 20rpx;
border-radius: 10rpx;
@ -2250,7 +2250,7 @@ button::after {
.job_state_close {
font-size: 28rpx;
/* background: rgba(95, 203, 148, 0.2); */
background: rgba(95, 203, 148, 0.2);
color: #22AF68;
padding: 10rpx 20rpx 10rpx 20rpx;
border-radius: 10rpx;
@ -2259,7 +2259,7 @@ button::after {
.job_state_cancelled {
font-size: 28rpx;
/* background: rgba(95, 203, 148, 0.2); */
background: rgba(95, 203, 148, 0.2);
color: #ff0000;
padding: 10rpx 20rpx 10rpx 20rpx;
border-radius: 10rpx;

2
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -35,7 +35,7 @@
<view class="uni-flex u-col-center space-between padding_10"
style="background-color:ghostwhite; width: 100%; ">
<view class="">
<locationCompare ref="locationCompare" title="收货库位:" :recommendLocationCode="jobToLocationCode"
<locationCompare ref="locationCompare" title="收货库位" :recommendLocationCode="jobToLocationCode"
:locationCode="toLocationCode" @getLocation='scanLocationCode'
:locationTypeList="toLocationTypeList">
</locationCompare>

Loading…
Cancel
Save