提交 886795d4 作者: ZhangLingKun

Merge branch 'develop'

流水线 #7247 已通过 于阶段
in 4 分 44 秒
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
"prettier/prettier": [ "prettier/prettier": [
"error", "error",
{ {
"singleQuote": true "singleQuote": true,
"endOfLine": "auto"
} }
], ],
"react/destructuring-assignment": "off", // Vscode doesn't support automatically destructuring, it's a pain to add a new variable "react/destructuring-assignment": "off", // Vscode doesn't support automatically destructuring, it's a pain to add a new variable
......
...@@ -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: 84221408e9fa33d791ac0cc1f134f66a57e6badd newTag: 81c6c259bed3c58f232621410f86e10651a70e97
...@@ -28,7 +28,7 @@ const FooterView = () => { ...@@ -28,7 +28,7 @@ const FooterView = () => {
<div className="start-item"> <div className="start-item">
<div className="item-title">了解我们</div> <div className="item-title">了解我们</div>
<div className="item-content"> <div className="item-content">
云享飞专注无人机领域12年,无人机一站式服务网站。,云享飞专注无人机领域12年,无人机一站式服务网站云享飞专注无人机领域12年,无人机一站式服务网站人机领域12年,无人机一站式服务网站 云享飞是由杭州云享飞科技有限公司独立运营的无人机服务平台,云享飞为客户提供一站式的无人机需求服务,包括商品购买、设备租赁、发布订单等。
</div> </div>
</div> </div>
<div className="start-item"> <div className="start-item">
......
...@@ -146,7 +146,7 @@ const HomeTaskView = () => { ...@@ -146,7 +146,7 @@ const HomeTaskView = () => {
</div> </div>
<div className="item-insurance flex-start"> <div className="item-insurance flex-start">
<SafetyCertificateFilled style={{ color: '#36C1AF' }} /> <SafetyCertificateFilled style={{ color: '#36C1AF' }} />
<div className="text"> <div className="text text-ellipsis">
<span className="label">保险要求: </span> <span className="label">保险要求: </span>
<span>{getInsuranceList(i)}</span> <span>{getInsuranceList(i)}</span>
</div> </div>
...@@ -276,6 +276,7 @@ export const HomeTaskWrap = styled.div` ...@@ -276,6 +276,7 @@ export const HomeTaskWrap = styled.div`
font-size: 13px; font-size: 13px;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
width: 58%;
} }
} }
.item-time { .item-time {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论