增加从文件自动导入数据库命令;增加描述列表组件(未完成)

This commit is contained in:
2022-07-07 14:40:22 +08:00
parent 84320d1a6b
commit 7a6c7a2d9a
6 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
.ul-descriptions {
display:flex;
flex-wrap: wrap;
.item {
display : inline-flex;
width : 30%;
position: relative;
height : 40px;
.label {
width : calc(40% - 12px);
padding : 12px 6px;
position: absolute;
}
.value {
position : absolute;
width : 60%;
margin-left : 40%;
display : flex;
align-items : center;
justify-content: left;
height : 100%
}
}
}

View File

@@ -0,0 +1 @@
@import './desciptions';

View File

@@ -7,6 +7,7 @@
@import './title/index';
@import './jumbotron/index';
@import './footer/index';
@import './desciptions/index';
/* 头部开始 */