Commit b77bba27 authored by Aivs's avatar Aivs

fix:修改字体大小

parent 7b500430
......@@ -92,7 +92,7 @@
font-size: 12px;
}
.blackWord{
font-size: 14px;
font-size: 12px;
font-weight: 400;
color: #000000;
line-height: 54px;
......@@ -110,7 +110,7 @@
line-height: 54px;
}
.greenWord{
font-size: 14px;
font-size: 12px;
font-weight: 600;
color: #44D7B6;
line-height: 54px;
......@@ -328,4 +328,7 @@
line-height: 17px;
padding:34px 0;
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 = {
<div className='greyb'>
{labels.map((item:any)=> <Tag closable onClose={deleteLabel.bind(this,item)} className={"tags" +" "+item.companyWxLabelColor}>{item.companyWxLabel}</Tag>)}
</div>
<div className="flex mgt20">
<div className="flex mgt20 f12">
<span>添加标签:</span>
{/* {labelValue} */}
{/* <TextArea style={{width: '100%', marginBottom: 8}} value={labelValue} onChange={e => labelAdd(e.target.value)}/> */}
......@@ -280,7 +280,7 @@ const layout = {
<Option value="tom">Tom</Option>
</Select> */}
</div>
<div className="flex flex-warp mgt20 clor">
<div className="flex flex-warp mgt20 clor f12">
<span>添加颜色:</span>
<div className={cindex===0?"border0 line blue":"line blue"} onClick={addColor.bind(this,'blue',0)}>
<div className="innerline"></div>
......@@ -293,7 +293,7 @@ const layout = {
</div>
): ('')}
<div className="inner flex spaceBetween">
<div className="inner flex spaceBetween honme">
<Form {...layout} name="control-hooks" onFinish={onFinish} initialValues={customInfo} form={form}>
<div className={!open?"ssbox":""}>
{!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