修改页面

This commit is contained in:
lijinxuan123
2024-08-30 16:46:30 +08:00
parent 9db5f12469
commit a19656528e
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 KiB

After

Width:  |  Height:  |  Size: 643 KiB

View File

@@ -42,7 +42,7 @@
placeholder="请输入结束位置"
></el-input>
</el-form-item>
<el-form-item>
<el-form-item style="margin-top: 15px">
<el-button type="success" icon="el-icon-search" @click="searchClick"
>搜索</el-button
>

View File

@@ -46,7 +46,7 @@
type="text"
@click="download(scope.row.id)"
class="detail-btn"
>详情</el-button
>预览</el-button
>
</template>
</el-table-column>

View File

@@ -41,7 +41,7 @@
type="text"
@click="download(scope.row.id)"
class="detail-btn"
>下载</el-button
>预览</el-button
>
</template>
</el-table-column>