Results 4 issues of test005

### reemerge [code](https://codepen.io/so-diao/pen/YzwBVxv) 1. init `new APlayer({ fixed: true })` 2. destroy `APlayer.destroy()` 3. init ( style error ) `new APlayer({ fixed: true })` ### snapshot ![20200722172811](https://user-images.githubusercontent.com/24741025/88159938-918afe00-cc40-11ea-854e-a5455e6597c4.jpg)

**Describe the bug** Multiple border style were merged into `invalid property value`. `border: 0 inherit;` = `invalid property value`. **To Reproduce** ```js cssnano({ preset: ['default', { discardComments: { removeAll: true,...

bug

## **Describe the bug (required)** / **详细描述 bug(必填)** 克隆项目到本地,发现`build`某些模块的时候会报错。 `@alilc/lowcode-rax-renderer`模块编译错误。 报错指令: `npx lerna run build --scope @alilc/lowcode-rax-renderer --stream` 报错截图: ![image](https://user-images.githubusercontent.com/24741025/196133183-76cdefbb-e1ef-4e41-863a-0f87b5749485.png) 项目版本:[`1.0.14`](https://github.com/alibaba/lowcode-engine/commit/7a0bab11aca6fa5856af894736222c6d14897467) Nodejs版本:`v14.19.1` 系统版本:`Linux version 4.19.91-20210923120534.78bc30e.al7.x86_64 (root@2000eadb29eb) (gcc version 4.8.5 20150623...

#### 描述 第一首歌播放的过程中切换到第二首歌(第二首歌无歌词),将会报错。 #### 资源 ```js [ { name: '星星点灯', // 本地资源 artist: '郑智化', url: './xx.m4a', cover: './xx.jpg', lrc: './xx.lrc' }, { name: '天空之城', // 线上资源 artist: '久石让', url: 'http://xx.mp3',...