mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 18:36:43 +08:00
1110修改样式
This commit is contained in:
@@ -318,7 +318,7 @@ export default {
|
||||
this.searchResults = tags
|
||||
// 当搜索结果为空时,提示用户可以按回车键创建标签
|
||||
if (tags.length === 0) {
|
||||
this.$message.info('无此标签,按回车键创建')
|
||||
// this.$message.info('无此标签,按回车键创建')
|
||||
}
|
||||
} finally {
|
||||
this.loading = false
|
||||
|
||||
@@ -340,7 +340,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div id="fixd-box" class="upload" style="margin-left: 26px;">
|
||||
<!-- <div id="fixd-box" class="upload" style="margin-left: 26px;">
|
||||
<div v-if="identity == 2 || identity == 3 || identity == 5">
|
||||
<div class="portal-model-btn pointer" style="margin-bottom: 0px;height: 100px;line-height: 100px;"
|
||||
@click="toNeedCourse">
|
||||
@@ -2412,7 +2412,7 @@ export default {
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
background-color: #ffffff;
|
||||
//background-color: #ffffff;
|
||||
// border: 1px solid #f3f3f3;
|
||||
// width: 900px;
|
||||
// padding: 5px 20px;
|
||||
@@ -2466,7 +2466,7 @@ export default {
|
||||
}
|
||||
|
||||
.search-div {
|
||||
background: #fff;
|
||||
//background: #fff;
|
||||
padding: 10px 25px;
|
||||
border-radius: 8px;
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user