Skip to content

Commit

Permalink
refactor: refine ui
Browse files Browse the repository at this point in the history
  • Loading branch information
avwo committed Jul 26, 2024
1 parent 2fccd78 commit 231e979
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion biz/webui/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body style="overscroll-behavior-x: none;">
<div id="container" class="main"></div>
<script src="js/index.js?v=2.9.79"></script>
<script src="js/index.js?v=2.9.80"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions biz/webui/htdocs/js/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions biz/webui/htdocs/src/css/composer.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}

.w-composer-url .w-filter-hint {
width: calc(100% - 210px);
z-index: 1;
width: calc(100% - 218px);
z-index: 2;
top: 30px;
bottom: unset;
left: 105px;
left: 113px;
overflow-x: hidden;
overflow-y: auto;
}
Expand Down
1 change: 1 addition & 0 deletions biz/webui/htdocs/src/css/req-data.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
}
.w-req-data-list tr {
cursor: default;
background-color: #fff;
}
.w-req-data-list tr.w-selected th,
.w-req-data-list tr.w-selected td {
Expand Down

0 comments on commit 231e979

Please sign in to comment.