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

Auto Commit

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