This commit is contained in:
邓洁
2023-11-24 00:02:22 +08:00
parent ed477a0ff5
commit dd326df745
26 changed files with 10246 additions and 8 deletions

View File

@@ -0,0 +1,227 @@
* {
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
}
a {
text-decoration: none;
color: #333;
}
html, body, #app, .el-container, .el-aside, .el-main {
height: 100%;
}
.logo {
height: 106px;
color: #EDC49A;
font-weight: bold;
font-size: 23px;
display: flex;
justify-content: center;
align-items: center;
}
.el-menu {
border: none !important;
}
.toggle {
line-height: 65px;
padding: 0 15px;
cursor: pointer;
&:hover {
background-color: #79bbff;
}
}
.icon {
width: 20px;
height: 20px;
vertical-align: middle;
transform: translateY(-2px);
}
.el-main {
padding: 0 !important;
}
.el-aside {
box-shadow: 4px 0 2px 1px rgb(171, 167, 167);
transition: width 0.3s;
overflow: hidden;
height: 100vh;
background-color: #211F31;
}
.el-popover.el-popper {
padding: 10px !important;
min-width: 60px !important;
ul{
li{
height: 25px;
line-height: 25px;
cursor: pointer;
}
}
}
.navbar {
height: 65px;
border-bottom: 1px solid #999999;
padding: 0 15px 0 0;
display: flex;
justify-content: flex-start;
align-items: center;
.right-bar {
margin-left: auto;
display: flex;
justify-content: flex-start;
align-items: center;
img {
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
}
}
}
.el-dialog {
border-radius: 12px !important;
border: none;
.el-dialog__header {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
// background-color: #262626;
margin: 0;
// .el-dialog__title{
// color: white;
// }
}
}
.table-header-btn {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 10px;
}
.query-form {
.el-form-item__label {
font-weight: 700;
}
.el-button {
font-size: 13px;
}
}
.query-btn {
margin-bottom: 10px;
.el-button {
font-size: 13px;
}
}
.table {
thead .el-table-column--selection .cell {
display: none;
}
margin-bottom: 20px;
}
.dialog-form {
.el-form-item {
flex-direction: column;
margin-bottom: 10px;
.el-form-item__content {
.el-select {
flex-grow: 1;
}
}
.el-form-item__label {
justify-content: flex-start;
}
}
}
.custom-dialog {
:deep .el-dialog__header {
padding: 10px 20px;
.el-dialog__title {
font-size: 17px;
}
.el-dialog__headerbtn {
top: 15px;
.i {
font-size: large;
}
}
}
:deep .el-dialog__footer {
padding: 10px 20px;
}
}
.border {
:deep .el-dialog__header {
border-bottom: 1px solid #e8e8e8;
}
:deep .el-dialog__footer {
border-top: 1px solid #e8e8e8;
}
}
.layout {
display: flex;
justify-content: space-around;
.layout-left {
width: 30%;
border: 1px solid #ebeef5;
padding: 10px;
.dict-tree {
width: 100%;
display: flex;
justify-content: space-between;
//:deep .el-button{
// //border: 1px solid;
// background-color: #fff;
//}
.left-type {
margin-right: 20px;
font-size: 12px;
color: #999;
}
}
}
.layout-right {
width: 70%;
border: 1px solid #ebeef5;
margin-left: 10px;
padding: 10px
}
}

View File

1
src/assets/vue.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="37.07" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 198"><path fill="#41B883" d="M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0h47.36Z"></path><path fill="#41B883" d="m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0H0Z"></path><path fill="#35495E" d="M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0H50.56Z"></path></svg>

After

Width:  |  Height:  |  Size: 496 B