Commit 1d10eeab authored by 周宏民's avatar 周宏民

style: 修改文字换行

parent d3354247
Pipeline #96495 passed with stages
......@@ -21,7 +21,7 @@
overflow: hidden;
background: url('@{imgSrc}/项目落地保障.png') no-repeat center center;
background-size: 100% 100%;
padding: 25px 15px 20px 25px;
padding: 25px 15px 20px 24px;
.l_title_wrap {
flex: none;
......@@ -64,6 +64,7 @@
.l_item_title {
padding-left: 20px;
white-space: nowrap;
}
......
......@@ -397,7 +397,6 @@ const Demonstration = props => {
appService.getAccountPageList(params).then(res => {
const dataStr1 = res?.data?.jsonData || '';
const data1 = dataStr1 ? JSON.parse(dataStr1) : [];
console.log('🚀 ~ data1:', data1);
const obj = {};
const reqArr = [];
data1.forEach(d => {
......
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