fixed names

This commit is contained in:
huangjx
2022-05-03 17:43:48 +08:00
parent dafa268cae
commit d510ea7851

View File

@@ -1,7 +1,7 @@
<template> <template>
<div <div
@click="handler" @click="handler"
class="torrent-file-header" class="downloader-folder-settings"
data-tippy-content="Set Download Folder" data-tippy-content="Set Download Folder"
:data-path="path" :data-path="path"
></div> ></div>
@@ -40,7 +40,7 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../css/variables.scss"; @import "../css/variables.scss";
.torrent-file-header { .downloader-folder-settings {
width: 45px; width: 45px;
height: 100%; height: 100%;
background: $bg-color url("../../img/folder.svg") bottom left no-repeat; background: $bg-color url("../../img/folder.svg") bottom left no-repeat;