测试提交

dev-login
姜玉琦 2023-08-19 11:17:12 +08:00
parent dba3eb459b
commit 6a26407b5a
1 changed files with 2 additions and 35 deletions

View File

@ -52,6 +52,7 @@
<script>
import '@/components/module/module-one-1-1'
import MyDialog from '../components/MyDialog'
export default {
components: {
MyDialog,
@ -132,42 +133,8 @@ export default {
color: aquamarine;
}
}
.head-select{
height: 35px;
padding-left: 25px;
padding-right: 30px;
//background: url("@images/head_select.png") no-repeat center/100% 100%;
}
.head-title-select {
width: 300px;
width: 320px;
padding-top: 0px;
}
.head-select input{
height: 100%;
width: 100%;
border: 0;
outline: 0;
background:0;
color: #1ce7ff;
cursor: pointer;
overflow: hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.head-select input::-webkit-input-placeholder{
color: #6ca5b1;
}
.header-screen-ul{
list-style: none;
width: 90%;
position: absolute;
max-height: 600px;
border: 1px solid #05556b;
left: 5%;
background: #00092a;
overflow: auto;
color: #02a6ff;
border-radius: 3px;
z-index: 99999;
}
</style>