parent
790163fbc0
commit
94a6c64d79
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,13 @@
|
||||
.el-input__wrapper {
|
||||
background-color: #34495e !important;
|
||||
// background-color: #34495e !important;
|
||||
padding: 5px 16px;
|
||||
box-shadow: none;
|
||||
box-shadow: 1 0 1px #c0c4cc;
|
||||
.el-input__inner {
|
||||
color: #eee;
|
||||
color: #000;
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-header {
|
||||
--el-header-padding: none;
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
@ -1,7 +0,0 @@
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
Loading…
Reference in new issue