tailwindcss 系列 Flex shirnk

比特星途者
• 阅读 1460

shirnk

start

效果
tailwindcss 系列 Flex shirnk
代码

 <div class="flex bg-gray-200">

 <div

 class="flex-shirnk text-gray-700 text-center bg-gray-400 px-4 py-2 m-2"

 >

 Longer content that cannot flex Longer content that cannot flex Longer

 content that cannot flex Longer content that cannot flex Longer content

 that cannot flex Longer content that cannot flex Longer content that

 cannot flex Longer content that cannot flex Longer content that cannot

 flex Longer content that cannot flex Longer content that cannot flex

 </div>

 <div

 class="flex-shrink text-gray-800 text-center bg-gray-500 px-4 py-2 m-2"

 >

 Item that will shrink even if it causes the content to wrap Item that

 will shrink even if it causes the content to wrap Item that will shrink

 even if it causes the content to wrap Item that will shrink even if it

 causes the content to wrap Item that will shrink even if it causes the

 content to wrap Item that will shrink even if it causes the content to

 wrap Item that will shrink even if it causes the content to wrap Item

 that will shrink even if it causes the content to wrap

 </div>

 <div

 class="flex-none text-gray-700 text-center bg-gray-400 px-4 py-2 m-2"

 >

 Longer content that cannot flex Longer content that cannot flex Longer

 content that cannot flex Longer content that cannot flex Longer content

 </div>

 </div>

don't shirnk

效果
tailwindcss 系列 Flex shirnk
代码

 <div class="flex bg-gray-200">

 <div

 class="flex-shrink text-gray-700 text-center bg-gray-400 px-4 py-2 m-2"

 >

 Item that can shrink if needed Item that can shrink if needed Item that

 can shrink if needed Item that can shrink if needed Item that can shrink

 if needed Item that can shrink if needed can shrink if needed can shrink

 if needed can shrink if needed can shrink if needed can shrink if needed

 can shrink if needed can shrink if needed can shrink if needed can

 shrink if needed Item that can shrink if needed Item that can shrink if

 needed Item that can shrink if needed Item that can shrink if needed

 Item that can shrink if needed Item that can shrink if needed can shrink

 if needed can shrink if needed can shrink if needed can shrink if needed

 can shrink if needed can shrink if needed can shrink if needed can

 shrink if needed can shrink if needed

 </div>

 <div

 class="flex-shrink-0 text-gray-800 text-center bg-gray-500 px-4 py-2 m-2"

 >

 Item that cannot shrink below its initial size Item that cannot shrink

 </div>

 <div

 class="flex-shrink text-gray-700 text-center bg-gray-400 px-4 py-2 m-2"

 >

 Item that can shrink if needed Item that can shrink if needed Item that

 can shrink if needed Item that can shrink if needed Item that can shrink

 if needed Item that can shrink if needed Item that can shrink if needed

 Item that can shrink if needed Item that can shrink if needed Item that

 can shrink if needed Item that can shrink if needed Item that can shrink

 if needed Item that can shrink if needed Item that can shrink if needed

 Item that can shrink if needed Item that can shrink if needed Item that

 can shrink if needed Item that can shrink if needed

 </div>

 </div>
点赞
收藏
评论区
推荐文章
blmius blmius
4年前
MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1
文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s
Wesley13 Wesley13
3年前
MySQL部分从库上面因为大量的临时表tmp_table造成慢查询
背景描述Time:20190124T00:08:14.70572408:00User@Host:@Id:Schema:sentrymetaLast_errno:0Killed:0Query_time:0.315758Lock_
美凌格栋栋酱 美凌格栋栋酱
7个月前
Oracle 分组与拼接字符串同时使用
SELECTT.,ROWNUMIDFROM(SELECTT.EMPLID,T.NAME,T.BU,T.REALDEPART,T.FORMATDATE,SUM(T.S0)S0,MAX(UPDATETIME)CREATETIME,LISTAGG(TOCHAR(
Jacquelyn38 Jacquelyn38
4年前
2020年前端实用代码段,为你的工作保驾护航
有空的时候,自己总结了几个代码段,在开发中也经常使用,谢谢。1、使用解构获取json数据let jsonData  id: 1,status: "OK",data: 'a', 'b';let  id, status, data: number   jsonData;console.log(id, status, number )
梦
4年前
微信小程序new Date()转换时间异常问题
微信小程序苹果手机页面上显示时间异常,安卓机正常问题image(https://imghelloworld.osscnbeijing.aliyuncs.com/imgs/b691e1230e2f15efbd81fe11ef734d4f.png)错误代码vardate'2021030617:00:00'vardateT
Stella981 Stella981
3年前
KaliTools说明书+BurpSuit实战指南+SQL注入知识库+国外渗透报告
!(https://oscimg.oschina.net/oscnet/d1c876a571bb41a7942dd9752f68632e.gif"15254461546.gif")0X00KaliLinux Tools中文说明书!(https://oscimg.oschina.net/oscnet/
Wesley13 Wesley13
3年前
mysql设置时区
mysql设置时区mysql\_query("SETtime\_zone'8:00'")ordie('时区设置失败,请联系管理员!');中国在东8区所以加8方法二:selectcount(user\_id)asdevice,CONVERT\_TZ(FROM\_UNIXTIME(reg\_time),'08:00','0
Wesley13 Wesley13
3年前
PHP创建多级树型结构
<!lang:php<?php$areaarray(array('id'1,'pid'0,'name''中国'),array('id'5,'pid'0,'name''美国'),array('id'2,'pid'1,'name''吉林'),array('id'4,'pid'2,'n
Wesley13 Wesley13
3年前
00:Java简单了解
浅谈Java之概述Java是SUN(StanfordUniversityNetwork),斯坦福大学网络公司)1995年推出的一门高级编程语言。Java是一种面向Internet的编程语言。随着Java技术在web方面的不断成熟,已经成为Web应用程序的首选开发语言。Java是简单易学,完全面向对象,安全可靠,与平台无关的编程语言。
Python进阶者 Python进阶者
1年前
Excel中这日期老是出来00:00:00,怎么用Pandas把这个去除
大家好,我是皮皮。一、前言前几天在Python白银交流群【上海新年人】问了一个Pandas数据筛选的问题。问题如下:这日期老是出来00:00:00,怎么把这个去除。二、实现过程后来【论草莓如何成为冻干莓】给了一个思路和代码如下:pd.toexcel之前把这