修复BUG
This commit is contained in:
@@ -24,7 +24,7 @@ onBeforeUnmount(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Container title="应聘测试">
|
||||
<Container title="音频测试">
|
||||
<view class="container">
|
||||
<view v-for="key in Object.keys(audioFils)" :key="key">
|
||||
<text>{{ key }}</text>
|
||||
@@ -47,5 +47,10 @@ onBeforeUnmount(() => {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 25rpx;
|
||||
color: #fff;
|
||||
border-bottom: 1rpx solid #fff9;
|
||||
}
|
||||
.container > view > button {
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user