Browse Source

修改PDAd端的样式

hella_online_20240829
niexiting 2 months ago
parent
commit
26d2988f6a
  1. 6
      src/common/style/new_style.css
  2. 2
      src/mycomponents/balance/location.vue
  3. 2
      src/mycomponents/balance/toLocation.vue
  4. 3
      src/pages/repleinsh/coms/comRepleinshJobCard.vue

6
src/common/style/new_style.css

@ -2073,6 +2073,12 @@ button::after {
padding: 5px;
}
.card_big_content {
font-size: 40rpx;
font-weight: bold;
padding: 5px;
}
.card_icon_normal {
width: 45rpx;
height: 45rpx;

2
src/mycomponents/balance/location.vue

@ -1,7 +1,7 @@
<template>
<view class="card_view ">
<text class="card_location">{{title}}</text>
<text class="card_content" >{{locationCode}}</text>
<text class="card_big_content" style="font-size: 40rpx;">{{locationCode}}</text>
</view>
</template>

2
src/mycomponents/balance/toLocation.vue

@ -1,7 +1,7 @@
<template>
<view class="card_view ">
<text class="card_to_location ">{{title}}</text>
<text class="card_content ">{{locationCode}}</text>
<text class="card_big_content ">{{locationCode}}</text>
</view>
</template>

3
src/pages/repleinsh/coms/comRepleinshJobCard.vue

@ -1,7 +1,6 @@
<template>
<job-com-main-card :dataContent="dataContent">
<jobComMainDetailCard :dataContent="dataContent"></jobComMainDetailCard>
<job-com-main-card :dataContent="dataContent"></job-com-main-card>
</job-com-main-card>
</template>

Loading…
Cancel
Save