修改Tags组件刷新按钮仍可能被缓存的情况
This commit is contained in:
		@@ -133,7 +133,7 @@ export default {
 | 
				
			|||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style rel="stylesheet/scss" lang="scss" scoped>
 | 
					<style rel="stylesheet/scss" lang="scss" scoped>
 | 
				
			||||||
.tags-view-container {
 | 
					    .tags-view-container {
 | 
				
			||||||
        height: 34px;
 | 
					        height: 34px;
 | 
				
			||||||
        width: 100%;
 | 
					        width: 100%;
 | 
				
			||||||
        background: #fff;
 | 
					        background: #fff;
 | 
				
			||||||
@@ -196,12 +196,12 @@ export default {
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
}
 | 
					    }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style rel="stylesheet/scss" lang="scss">
 | 
					<style rel="stylesheet/scss" lang="scss">
 | 
				
			||||||
//reset element css of el-icon-close
 | 
					    //reset element css of el-icon-close
 | 
				
			||||||
.tags-view-wrapper {
 | 
					    .tags-view-wrapper {
 | 
				
			||||||
        .tags-view-item {
 | 
					        .tags-view-item {
 | 
				
			||||||
            .el-icon-close {
 | 
					            .el-icon-close {
 | 
				
			||||||
                width: 16px;
 | 
					                width: 16px;
 | 
				
			||||||
@@ -222,5 +222,5 @@ export default {
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
}
 | 
					    }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user