Browse Source

update

tags/v0.3.0
之江实验室 4 years ago
parent
commit
6d678ce27a
2 changed files with 19 additions and 0 deletions
  1. +3
    -0
      webapp/src/views/visual/Visual/medias/audio/audioContainer/CustomAudio.vue
  2. +16
    -0
      webapp/src/views/visual/Visual/scalars/scalarcontainer/scalarchart/Scalarchart.vue

+ 3
- 0
webapp/src/views/visual/Visual/medias/audio/audioContainer/CustomAudio.vue View File

@@ -1,3 +1,6 @@
/**
* Modified from https://segmentfault.com/a/1190000012453975
*/
<template>
<div v-loading="audioStruct.waiting" class="di main-wrap">
<audio


+ 16
- 0
webapp/src/views/visual/Visual/scalars/scalarcontainer/scalarchart/Scalarchart.vue View File

@@ -1,3 +1,19 @@
/** Copyright 2020 Zhejiang Lab. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* 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 :id="classname" class="chart">
<div :class="['tooltip',scaleLargeSmall?'font1':'font2']" :scale="scaleLargeSmall">


Loading…
Cancel
Save