“仁王2技能图”的版本间差异

来自仁王 wiki
(已保护“仁王2技能图”:未完成,勿动([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
 
(未显示同一用户的2个中间版本)
第10行: 第10行:
 
html, body, #app{
 
html, body, #app{
 
   height: 100%;
 
   height: 100%;
  color: white;
+
}
 +
#app {
 +
color: white;
 
}
 
}
  
第61行: 第63行:
 
   <div class="out">
 
   <div class="out">
 
     <div class="svg">
 
     <div class="svg">
       <svg id="taidao" height="600" width="600" viewbox="0 0 600,600">
+
       <svg id="taidao" height="100%" width="100%" viewbox="0 0 600,600">
 
         <template v-for="item in bigCircleConfig">
 
         <template v-for="item in bigCircleConfig">
 
           <circle :cx="item.cx" :cy="item.cy" :r="item.r" :stroke="item.stroke" stroke-width="1"
 
           <circle :cx="item.cx" :cy="item.cy" :r="item.r" :stroke="item.stroke" stroke-width="1"

2022年5月24日 (二) 22:21的最新版本

svg