|
@@ -13,6 +13,7 @@
|
|
|
placeholder="请输入文件名称"
|
|
|
clearable
|
|
|
size="small"
|
|
|
+ @input="handleQuery"
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
</el-form-item>
|
|
@@ -40,6 +41,7 @@
|
|
|
placeholder="请输入上传人"
|
|
|
clearable
|
|
|
size="small"
|
|
|
+ @input="handleQuery"
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
</el-form-item>
|
|
@@ -98,8 +100,8 @@
|
|
|
/>
|
|
|
</el-form-item> -->
|
|
|
<el-form-item>
|
|
|
- <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
|
|
+ <!-- <el-button type="primary" icon="el-icon-search" size="btn" @click="handleQuery">搜索</el-button> -->
|
|
|
+ <el-button icon="el-icon-refresh" size="btr" @click="resetQuery">重置</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
|
|
@@ -138,11 +140,12 @@
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
- style="width:80px;height:36px"
|
|
|
+ style="width:88px;height:36px"
|
|
|
+ icon="el-icon-upload2"
|
|
|
size="read"
|
|
|
type="text"
|
|
|
@click="upload"
|
|
|
- >上传文件</el-button>
|
|
|
+ >上传</el-button>
|
|
|
</el-col>
|
|
|
<!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
@@ -216,7 +219,8 @@
|
|
|
<a target="_blank">阅读</a>
|
|
|
</span>
|
|
|
</el-button>
|
|
|
- <el-button size="read" type="text">
|
|
|
+ <el-button size="btu"
|
|
|
+ type="text">
|
|
|
<span class="chakan1">
|
|
|
<a
|
|
|
:href="downurl + scope.row.parentDirName"
|
|
@@ -439,7 +443,7 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item> -->
|
|
|
- <el-form-item style=" margin-top: 30px">
|
|
|
+ <el-form-item style=" margin-top: 10px">
|
|
|
<FileUpload v-model="moreFile" />
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
@@ -773,7 +777,7 @@ export default {
|
|
|
color: #ffffff;
|
|
|
width: 50px;
|
|
|
height: 30px;
|
|
|
- background-color: #1d96ff;
|
|
|
+ background-color: #13ce66;
|
|
|
border-radius: 4px;
|
|
|
font-size: 14px;
|
|
|
/* background-image: url("../../../images/uploads.png"); */
|