删除scoped

master
fanluyan 2 years ago
parent 94d9386d7e
commit 5e1ea64c8a

@ -329,7 +329,7 @@ export default {
}, },
}; };
</script> </script>
<style lang="less" scoped> <style lang="less">
.setimgDialog { .setimgDialog {
.el-tabs__content { .el-tabs__content {
height: 400px; height: 400px;

@ -287,7 +287,7 @@ export default {
}, },
}; };
</script> </script>
<style lang="less" scoped> <style lang="less">
.setimgDialog { .setimgDialog {
.el-tabs__content { .el-tabs__content {
height: 400px; height: 400px;

@ -681,7 +681,7 @@ export default {
}, },
}; };
</script> </script>
<style lang="less" scoped> <style lang="less">
.photoGraphicDevice { .photoGraphicDevice {
width: calc(100% - 32px); width: calc(100% - 32px);
height: calc(100% - 32px); height: calc(100% - 32px);

@ -349,7 +349,7 @@ export default {
}, },
}; };
</script> </script>
<style lang="less" scoped> <style lang="less">
.realTimeSearch { .realTimeSearch {
width: calc(100% - 32px); width: calc(100% - 32px);
height: calc(100% - 32px); height: calc(100% - 32px);

Loading…
Cancel
Save