Compare commits

...

3 Commits

Author SHA1 Message Date
home孙 9f227a54c8 1 2024-10-11 10:46:28 +08:00
home孙 eb62f0133b Merge branch 'pc-master' of https://git.lihe-control.com/xiaomeng/wszhyWx into pc-master 2024-10-11 10:12:21 +08:00
home孙 93ce3a82a0 1 2024-10-11 10:12:20 +08:00
5 changed files with 673 additions and 261 deletions

View File

@ -912,7 +912,7 @@ textarea {
} }
.formula .page-content { .formula .page-content {
width: calc(100% - 300px); width: calc(100% - 250px);
height: 100%; height: 100%;
background: rgba(0, 92, 178, 0.15); background: rgba(0, 92, 178, 0.15);
border: 2px solid rgba(0, 186, 255, 0.2); border: 2px solid rgba(0, 186, 255, 0.2);

View File

@ -955,7 +955,7 @@ textarea{
justify-content: space-between; justify-content: space-between;
.page-content { .page-content {
width: calc(100% - 300px); width: calc(100% - 250px);
height: 100%; height: 100%;
background: rgba(0, 92, 178, 0.15); background: rgba(0, 92, 178, 0.15);
border: 2px solid rgba(0, 186, 255, 0.20); border: 2px solid rgba(0, 186, 255, 0.20);

View File

@ -157,7 +157,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.set-params { .set-params {
width: 280px; width: 230px;
height: 100%; height: 100%;
background: rgba(0, 92, 178, 0.15); background: rgba(0, 92, 178, 0.15);
border: 2px solid rgba(0, 186, 255, 0.20); border: 2px solid rgba(0, 186, 255, 0.20);

View File

@ -491,7 +491,7 @@ if (el.child.length) {
<style lang="scss" scoped> <style lang="scss" scoped>
.set-params { .set-params {
width: 280px; width: 230px;
height: 100%; height: 100%;
background: rgba(0, 92, 178, 0.15); background: rgba(0, 92, 178, 0.15);
border: 2px solid rgba(0, 186, 255, 0.2); border: 2px solid rgba(0, 186, 255, 0.2);

File diff suppressed because it is too large Load Diff