didi / didi/Hummer

标签css属性 background-image 无效

Open
#410 1 comment 0 reactions 1 assignee Claimed by @yFeii View on GitHub
bug Platform: iOS
Dominant language
Objective-C
Stars
1.4k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

https://hummer.didi.cn/doc-tenon#/zh-CN/basic_style
## 描述
基础样式中

background-image: url("https://dpubstatic.udache.com/static/dpubimg/RJ4ZZ_M5ie/WechatIMG24764.jpeg");

## Hummer version:

@hummer/cli@0.10.3
@hummer/tenon-vue": "^1.7.0",
## 复现步骤

1. 下载github官方仓库代码
2. 进入路径 cd .\examples\tenon-vue\
3. 安装依赖 npm install
4. 启动命令 npm run dev
5. 打开项目playground 终端
6. 进入component-view.js页面
7. 展示的图片为:

## 预期结果

展示背景图片

![image123](https://user-images.githubusercontent.com/20661903/192275710-749e6453-a9b9-44f8-9d10-6942c607eb84.png)

## 样例代码、屏幕截图或者仓库链接

```html

```

```css
.background-box {
background-image: url("https://dpubstatic.udache.com/static/dpubimg/RJ4ZZ_M5ie/WechatIMG24764.jpeg");
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.