Commit b77bba27 authored by Aivs's avatar Aivs

fix:修改字体大小

parent 7b500430
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
font-size: 12px; font-size: 12px;
} }
.blackWord{ .blackWord{
font-size: 14px; font-size: 12px;
font-weight: 400; font-weight: 400;
color: #000000; color: #000000;
line-height: 54px; line-height: 54px;
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
line-height: 54px; line-height: 54px;
} }
.greenWord{ .greenWord{
font-size: 14px; font-size: 12px;
font-weight: 600; font-weight: 600;
color: #44D7B6; color: #44D7B6;
line-height: 54px; line-height: 54px;
...@@ -329,3 +329,6 @@ ...@@ -329,3 +329,6 @@
padding:34px 0; padding:34px 0;
text-align: center; text-align: center;
} }
.honme .ant-form-item-label > label {
font-size: 12px !important;
}
\ No newline at end of file
...@@ -260,7 +260,7 @@ const layout = { ...@@ -260,7 +260,7 @@ const layout = {
<div className='greyb'> <div className='greyb'>
{labels.map((item:any)=> <Tag closable onClose={deleteLabel.bind(this,item)} className={"tags" +" "+item.companyWxLabelColor}>{item.companyWxLabel}</Tag>)} {labels.map((item:any)=> <Tag closable onClose={deleteLabel.bind(this,item)} className={"tags" +" "+item.companyWxLabelColor}>{item.companyWxLabel}</Tag>)}
</div> </div>
<div className="flex mgt20"> <div className="flex mgt20 f12">
<span>添加标签:</span> <span>添加标签:</span>
{/* {labelValue} */} {/* {labelValue} */}
{/* <TextArea style={{width: '100%', marginBottom: 8}} value={labelValue} onChange={e => labelAdd(e.target.value)}/> */} {/* <TextArea style={{width: '100%', marginBottom: 8}} value={labelValue} onChange={e => labelAdd(e.target.value)}/> */}
...@@ -280,7 +280,7 @@ const layout = { ...@@ -280,7 +280,7 @@ const layout = {
<Option value="tom">Tom</Option> <Option value="tom">Tom</Option>
</Select> */} </Select> */}
</div> </div>
<div className="flex flex-warp mgt20 clor"> <div className="flex flex-warp mgt20 clor f12">
<span>添加颜色:</span> <span>添加颜色:</span>
<div className={cindex===0?"border0 line blue":"line blue"} onClick={addColor.bind(this,'blue',0)}> <div className={cindex===0?"border0 line blue":"line blue"} onClick={addColor.bind(this,'blue',0)}>
<div className="innerline"></div> <div className="innerline"></div>
...@@ -293,7 +293,7 @@ const layout = { ...@@ -293,7 +293,7 @@ const layout = {
</div> </div>
): ('')} ): ('')}
<div className="inner flex spaceBetween"> <div className="inner flex spaceBetween honme">
<Form {...layout} name="control-hooks" onFinish={onFinish} initialValues={customInfo} form={form}> <Form {...layout} name="control-hooks" onFinish={onFinish} initialValues={customInfo} form={form}>
<div className={!open?"ssbox":""}> <div className={!open?"ssbox":""}>
{!customInfoEdit?(<div className="flex spaceBetween showt"> {!customInfoEdit?(<div className="flex spaceBetween showt">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment