调整下名字
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<section class="AppSelect">
|
||||
<section class="AppRemoteSelect">
|
||||
<div class="label">课长</div>
|
||||
<el-select v-model="value" placeholder="全部" size="small" @change="handleSearch" filterable>
|
||||
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"/>
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "AppSelect",
|
||||
name: "AppRemoteSelect",
|
||||
label: "下拉菜单(接口源)",
|
||||
data() {
|
||||
return {
|
||||
@@ -40,19 +40,19 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
.AppSelect {
|
||||
.AppRemoteSelect {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.AppSelect .el-input__inner {
|
||||
.AppRemoteSelect .el-input__inner {
|
||||
background: linear-gradient(180deg, rgba(12, 53, 111, 0) 0%, #0C356F 100%);
|
||||
border: 1px solid #1760AE;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.AppSelect .label {
|
||||
.AppRemoteSelect .label {
|
||||
white-space: nowrap;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user