1 Star 0 Fork 60

Mr不知为何/uni-chat

forked from 野火IM/uni-chat 
加入 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/issuns/uni-chat.git
git@gitee.com:issuns/uni-chat.git
issuns
uni-chat
uni-chat
main

搜索帮助