1 Star 0 Fork 1

风沐曦/uni-chat-uts

forked from 野火IM/uni-chat-uts 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wfc.css 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
heavyrian2012 提交于 2022-06-07 16:12 . uni chat code
.flex-row {
display: flex;
}
.flex-column {
display: flex;
flex-direction: column;
}
.flex-1 {
flex: 1;
overflow: hidden;
}
.flex-justify-center {
justify-content: center;
}
.flex-justify-start {
justify-content: flex-start;
}
.flex-justify-end {
justify-content: flex-end;
}
.flex-align-start {
align-items: flex-start;
}
.flex-align-center {
align-items: center;
}
.flex-align-end {
align-items: flex-end;
}
.relative {
position: relative;
}
.full-height {
height: 100%;
}
.full-width {
width: 100%;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/the-wind-bathes-the-sun_admin/uni-chat-uts.git
git@gitee.com:the-wind-bathes-the-sun_admin/uni-chat-uts.git
the-wind-bathes-the-sun_admin
uni-chat-uts
uni-chat-uts
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385