Compare commits

...

2 Commits

  1. 2
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json
  4. 2
      src/components/ScrollList/ScrollList.vue
  5. 2
      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.13](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.12...v1.0.0-B.13) (2024-01-03)
## [1.0.0-B.12](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.11...v1.0.0-B.12) (2024-01-03)
## [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)

2
package-lock.json

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

2
package.json

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

2
src/components/ScrollList/ScrollList.vue

@ -18,7 +18,7 @@
</div>
<div class="flex shrink-0 flex-col items-center w-[104px] rounded-[10px] bg-[#C70082] pt-[56px]">
<img src="../../assets/images/arrow.svg" alt="" />
<p class="text-32 text-white pt-4 tb tracking-[10px]">请在右边的写字台书写您的心声和建议吧</p>
<p class="text-24 text-white pt-4 tb tracking-[10px]">请在右边的写字台书写您的心声和建议吧</p>
<i class="text-20 text-white">!</i>
</div>
</div>

2
src/components/ScrollListItem/ScrollListItem.vue

@ -34,7 +34,7 @@
</div>
<ScrollView class="relative h-[356px]" scrollbar observe-image :list="customer.replyContent">
<div class="text-[##333333] text-24 font-normal leading-normal whitespace-normal pr-2">
<div v-html="customer.replyContent"></div>
<div class="mb-2" v-html="customer.replyContent"></div>
<div v-if="customer.sign" class="text-[#333] text-24">店铺店长: {{ customer.sign }}</div>
<div class="flex items-center text-[#333] text-24 pt-2">
总经理: 能岛拓也

Loading…
Cancel
Save