提交 2b77ec80 编写于 作者: Q qq_63480508

Auto Commit

上级 01b151b8
......@@ -5,7 +5,7 @@ import HelloWorld from './components/HelloWorld.vue'
<template>
<header>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
<div class="wrapper">
<HelloWorld msg="You did it!" />
......
......@@ -3,7 +3,7 @@
<div class="page-container consumeFile">
<div class="xhl-topbar-search">
<div class="xhl-search-multiple" style="display: flex; align-items: center; margin-bottom: 16px;">
<el-select v-model="selectedOption" placeholder="请选择">
<el-select v-model="selectedOption" placeholder="请选择" style="width:120px" >
<el-option v-for="(option, index) in options" :key="index" :label="option" :value="option" />
</el-select>
<el-input v-model="searchContent" placeholder="请输入搜索内容" style="width: 220px;" />
......@@ -150,7 +150,7 @@ export default {
Object.assign(editingRow.value, form.value);
console.log('Updated item', editingRow.value);
} else {
const newItem = { ...form.value, status: '正常', image: '@/assets/images/loginBg.png' };
const newItem = { ...form.value, status: '正常', };
tableData.value.push(newItem);
console.log('Added new item', newItem);
}
......@@ -282,7 +282,9 @@ export default {
padding: 20px;
}
input{
width:200px;
}
.xhl-topbar-search {
margin-bottom: 20px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册