mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
ui调整
This commit is contained in:
@@ -154,7 +154,7 @@
|
|||||||
:cell-style="{ textAlign: 'center' }" style="width: 100%">
|
:cell-style="{ textAlign: 'center' }" style="width: 100%">
|
||||||
<el-table-column prop="aname" label="姓名"></el-table-column>
|
<el-table-column prop="aname" label="姓名"></el-table-column>
|
||||||
<el-table-column prop="code" width="200" label="工号"></el-table-column>
|
<el-table-column prop="code" width="200" label="工号"></el-table-column>
|
||||||
<el-table-column prop="orgInfo" label="部门">
|
<el-table-column prop="orgInfo" label="部门" width="300">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tooltip class="item" effect="dark" :content="scope.row.orgInfo" placement="top-start">
|
<el-tooltip class="item" effect="dark" :content="scope.row.orgInfo" placement="top-start">
|
||||||
<p class="no-wrap">
|
<p class="no-wrap">
|
||||||
@@ -197,7 +197,7 @@
|
|||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane label="资源学习情况" name="first">
|
<el-tab-pane label="资源学习情况" name="first">
|
||||||
<el-row style="margin: 20px 0;" :gutter="20">
|
<el-row style="margin: 20px 0;" :gutter="20">
|
||||||
<el-col :span="4">
|
<el-col :span="6">
|
||||||
<div class="grid-content bg-purple"><el-input clearable v-model="recourseListQuery.contentName"
|
<div class="grid-content bg-purple"><el-input clearable v-model="recourseListQuery.contentName"
|
||||||
placeholder="资源名称"></el-input></div>
|
placeholder="资源名称"></el-input></div>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
<el-button @click="resetResourseList">重 置</el-button>
|
<el-button @click="resetResourseList">重 置</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6" :offset="9">
|
<el-col :span="6" :offset="7">
|
||||||
<div class="grid-content bg-purple" style="text-align: right;">
|
<div class="grid-content bg-purple" style="text-align: right;">
|
||||||
<el-button type="primary" icon="el-icon-upload2" @click="handleExportStudyResource">导出资源学习记录</el-button>
|
<el-button type="primary" icon="el-icon-upload2" @click="handleExportStudyResource">导出资源学习记录</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user