@timus-networks/theme 1.0.137 → 1.0.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,12 +111,12 @@
|
|
|
111
111
|
</el-input>
|
|
112
112
|
|
|
113
113
|
<el-input v-model="input3" placeholder="Please input" class="input-with-select">
|
|
114
|
-
<el-select slot="
|
|
114
|
+
<el-select slot="prepend" v-model="select" placeholder="Select">
|
|
115
115
|
<el-option label="Restaurant" value="1" />
|
|
116
116
|
<el-option label="Order No." value="2" />
|
|
117
117
|
<el-option label="Tel" value="3" />
|
|
118
118
|
</el-select>
|
|
119
|
-
<el-button slot="
|
|
119
|
+
<el-button slot="append" icon="el-icon-search" />
|
|
120
120
|
</el-input>
|
|
121
121
|
</div>
|
|
122
122
|
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
@@ -111,12 +111,12 @@
|
|
|
111
111
|
</el-input>
|
|
112
112
|
|
|
113
113
|
<el-input v-model="input3" placeholder="Please input" class="input-with-select">
|
|
114
|
-
<el-select slot="
|
|
114
|
+
<el-select slot="prepend" v-model="select" placeholder="Select">
|
|
115
115
|
<el-option label="Restaurant" value="1" />
|
|
116
116
|
<el-option label="Order No." value="2" />
|
|
117
117
|
<el-option label="Tel" value="3" />
|
|
118
118
|
</el-select>
|
|
119
|
-
<el-button slot="
|
|
119
|
+
<el-button slot="append" icon="el-icon-search" />
|
|
120
120
|
</el-input>
|
|
121
121
|
</div>
|
|
122
122
|
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|