EasyUI Forum
April 26, 2024, 04:19:55 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: suggest add new new layout components  (Read 6182 times)
fengdie
Jr. Member
**
Posts: 87


View Profile Email
« on: April 29, 2018, 11:52:46 PM »

like this
Code:
<eui-row>
  <eui-col span="24">24</eui-col>
</eui-row>
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: April 30, 2018, 07:46:41 PM »

It's easy to build this layout using 'flex' css.
Code:
<div class="f-row" style="height:50px;margin-bottom:20px">
<div class="f-full" style="background:#80bdff"></div>
<div class="f-full" style="background:#17a2b8"></div>
</div>
<div class="f-row" style="height:50px;margin-bottom:20px">
<div class="f-full" style="background:#80bdff"></div>
<div class="f-full" style="background:#17a2b8"></div>
<div class="f-full" style="background:#80bdff"></div>
</div>
<div class="f-row" style="height:50px;margin-bottom:20px">
<div class="f-full" style="background:#80bdff"></div>
<div class="f-full" style="background:#17a2b8"></div>
<div class="f-full" style="background:#80bdff"></div>
<div class="f-full" style="background:#17a2b8"></div>
</div>
Logged
fengdie
Jr. Member
**
Posts: 87


View Profile Email
« Reply #2 on: April 30, 2018, 10:43:00 PM »

3q
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!