提交 ac04d42e 作者: ZhangLingKun

Merge branch 'develop'

流水线 #7241 已通过 于阶段
in 4 分 44 秒
...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag: e22554a852eaf9d3f95c12d088c02ce0c3965b94 newTag: 84221408e9fa33d791ac0cc1f134f66a57e6badd
...@@ -59,7 +59,7 @@ const HomeServiceView = () => { ...@@ -59,7 +59,7 @@ const HomeServiceView = () => {
> >
<img <img
className="item-image" className="item-image"
src={`${i?.inspectionImg}?x-oss-process=image/quality,q_25`} src={`${i?.inspectionImg}?x-oss-process=image/quality,q_5`}
alt={i.inspectionName} alt={i.inspectionName}
/> />
<div className="item-shadow">{i.inspectionName}</div> <div className="item-shadow">{i.inspectionName}</div>
......
...@@ -168,7 +168,7 @@ a { ...@@ -168,7 +168,7 @@ a {
} }
.scroll-view::-webkit-scrollbar-thumb { .scroll-view::-webkit-scrollbar-thumb {
background: #D9D9D9;; background: #d9d9d9;
-webkit-border-radius: 2em; -webkit-border-radius: 2em;
-moz-border-radius: 2em; -moz-border-radius: 2em;
border-radius: 2em; border-radius: 2em;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论