mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-21 00:01:26 +08:00
将样式标签修改为 scoped,以提高样式的局部作用域,增强组件的样式隔离性。
This commit is contained in:
@@ -113,7 +113,7 @@ function handleConfigSave(config) {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
/* 为了使测试应用更美观 */
|
||||
.app-container {
|
||||
block-size: 100vh;
|
||||
|
||||
Reference in New Issue
Block a user