update style

This commit is contained in:
Qiuxia Fan 2022-04-24 12:21:08 +08:00
parent fdafeffc89
commit f6efd421e0

View File

@ -128,8 +128,9 @@ async function changeTask(item: EBPFTaskList) {
<style lang="scss" scoped> <style lang="scss" scoped>
.profile-task-list { .profile-task-list {
width: 300px; width: 300px;
height: calc(100% - 30px); height: calc(100% - 10px);
overflow: auto; overflow: auto;
border-right: 1px solid rgba(0, 0, 0, 0.1);
} }
.item span { .item span {
@ -153,7 +154,6 @@ async function changeTask(item: EBPFTaskList) {
.profile-t-wrapper { .profile-t-wrapper {
overflow: auto; overflow: auto;
flex-grow: 1; flex-grow: 1;
border-right: 1px solid rgba(0, 0, 0, 0.1);
} }
.profile-t { .profile-t {
@ -162,6 +162,7 @@ async function changeTask(item: EBPFTaskList) {
table-layout: fixed; table-layout: fixed;
flex-grow: 1; flex-grow: 1;
position: relative; position: relative;
border: none;
} }
.profile-tr { .profile-tr {