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