Compare commits

..

No commits in common. "9f227a54c891a1645422b00a7a32930e26177310" and "8836bf2410e01bf08528f6d2583eaba9e8aad67c" have entirely different histories.

5 changed files with 261 additions and 673 deletions

View File

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

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff