Browse Source

修改字体大小

Reviewed-on: #11
姜鑫 2 years ago
parent
commit
4e6bd8dec9
  1. 2
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json
  4. 6
      src/components/ScrollListItem/ScrollListItem.vue

2
CHANGELOG.md

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.0-B.11](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.10...v1.0.0-B.11) (2023-12-29)
## [1.0.0-B.10](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.9...v1.0.0-B.10) (2023-11-17)

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.10",
"version": "1.0.0-B.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.10",
"version": "1.0.0-B.11",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

6
src/components/ScrollListItem/ScrollListItem.vue

@ -15,8 +15,8 @@
{{ formatDate(customer.addTime) }}
</div>
<ScrollView class="relative h-[380px]" scrollbar :list="customer.suggestionContent">
<div class="text-[#C70082] text-32 font-normal leading-normal whitespace-normal pr-[14px]">
<div>{{ customer.suggestionContent }}</div>
<div class="text-[#C70082] text-24 font-normal leading-normal whitespace-normal pr-[14px]">
<div v-html="customer.suggestionContent"></div>
</div>
</ScrollView>
</div>
@ -33,7 +33,7 @@
{{ formatDate(customer.updateTime) }}
</div>
<ScrollView class="relative h-[356px]" scrollbar observe-image :list="customer.replyContent">
<div class="text-[##333333] text-32 font-normal leading-normal whitespace-normal pr-2">
<div class="text-[##333333] text-24 font-normal leading-normal whitespace-normal pr-2">
<div>
{{ customer.replyContent }}
<div v-if="before(customer).length" class="mb-[14px]">

Loading…
Cancel
Save