1 Star 0 Fork 0

Thyiad/pt-vite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
TopMenuLayout.scss 949 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thyiad 提交于 4年前 . feat: init vite code
.top-menu-layout {
height: 100%;
&-header {
background-color: rgb(0, 21, 41);
padding: 0 24px !important;
display: flex;
align-items: center;
.sider-logo {
position: relative;
height: 64px;
line-height: 64px;
overflow: hidden;
transition: all 0.3s;
margin-right: 24px;
img {
display: inline-block;
width: 32px;
vertical-align: middle;
}
span {
display: inline-block;
margin: 0 0 0 12px;
color: #fff;
font-weight: 600;
font-size: 20px;
vertical-align: middle;
}
}
}
&-content {
padding: 24px;
min-height: 280px;
overflow-y: auto;
&-wrapper {
min-height: 80vh;
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Thyiad/pt-vite.git
git@gitee.com:Thyiad/pt-vite.git
Thyiad
pt-vite
pt-vite
master

搜索帮助