fix: bugs fix and polish components for continue profiling (#281)

This commit is contained in:
Fine0830
2023-06-12 18:24:13 +08:00
committed by GitHub
parent 22db68646c
commit 62a82590c9
6 changed files with 45 additions and 34 deletions

View File

@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
<template>
<div class="flex-v content">
<div class="content">
<Timeline />
<ProfilingPanel :config="config" />
</div>