You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
322 B
22 lines
322 B
.el-input__wrapper {
|
|
// background-color: #34495e !important;
|
|
padding: 5px 16px;
|
|
box-shadow: 1 0 1px #c0c4cc;
|
|
.el-input__inner {
|
|
color: #000;
|
|
padding-left: 5px;
|
|
}
|
|
}
|
|
|
|
.el-header {
|
|
--el-header-padding: none;
|
|
height: 84px;
|
|
}
|
|
|
|
.el-main {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.el-card {
|
|
height: calc(100vh - 200px);
|
|
} |