Merge pull request #13649 from dataease/pr@dev-v2@style_adaptor
style: 样式调整
This commit is contained in:
commit
98f737e781
@ -195,7 +195,11 @@
|
|||||||
:disabled="canvasStyleData.dashboard.resultMode === 'all'"
|
:disabled="canvasStyleData.dashboard.resultMode === 'all'"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item style="margin-top: 16px; margin-bottom: 8px" :class="'form-item-' + themes">
|
<el-form-item
|
||||||
|
v-show="dvInfo.type === 'dashboard'"
|
||||||
|
style="margin-top: 16px; margin-bottom: 8px"
|
||||||
|
:class="'form-item-' + themes"
|
||||||
|
>
|
||||||
<el-checkbox
|
<el-checkbox
|
||||||
:effect="themes"
|
:effect="themes"
|
||||||
size="small"
|
size="small"
|
||||||
@ -215,7 +219,11 @@
|
|||||||
</span>
|
</span>
|
||||||
</el-checkbox>
|
</el-checkbox>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item class="form-item" :class="'form-item-' + themes">
|
<el-form-item
|
||||||
|
v-show="dvInfo.type === 'dashboard'"
|
||||||
|
class="form-item"
|
||||||
|
:class="'form-item-' + themes"
|
||||||
|
>
|
||||||
<el-checkbox
|
<el-checkbox
|
||||||
:effect="themes"
|
:effect="themes"
|
||||||
size="small"
|
size="small"
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
<path
|
<path
|
||||||
:d="smallGridPathD"
|
:d="smallGridPathD"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="rgba(207, 207, 207, 0.3)"
|
stroke="rgba(207, 207, 207, 0.4)"
|
||||||
stroke-width="0.8"
|
stroke-width="0.8"
|
||||||
/>
|
/>
|
||||||
</pattern>
|
</pattern>
|
||||||
@ -21,11 +21,11 @@
|
|||||||
patternUnits="userSpaceOnUse"
|
patternUnits="userSpaceOnUse"
|
||||||
>
|
>
|
||||||
<rect :width="middleGridW" :height="middleGridH" fill="url(#smallGrid)" />
|
<rect :width="middleGridW" :height="middleGridH" fill="url(#smallGrid)" />
|
||||||
<path :d="middleGridPathD" fill="none" stroke="rgba(207, 207, 207, 0.3)" stroke-width="1" />
|
<path :d="middleGridPathD" fill="none" stroke="rgba(207, 207, 207, 0.4)" stroke-width="1" />
|
||||||
</pattern>
|
</pattern>
|
||||||
<pattern id="grid" :width="gridW" :height="gridH" patternUnits="userSpaceOnUse">
|
<pattern id="grid" :width="gridW" :height="gridH" patternUnits="userSpaceOnUse">
|
||||||
<rect :width="gridW" :height="gridH" fill="url(#middleGrid)" />
|
<rect :width="gridW" :height="gridH" fill="url(#middleGrid)" />
|
||||||
<path :d="pathD" fill="none" stroke="rgba(207, 207, 207, 0.3)" stroke-width="1.2" />
|
<path :d="pathD" fill="none" stroke="rgba(207, 207, 207, 0.4)" stroke-width="1.2" />
|
||||||
</pattern>
|
</pattern>
|
||||||
</defs>
|
</defs>
|
||||||
<rect width="100%" height="100%" fill="url(#grid)" />
|
<rect width="100%" height="100%" fill="url(#grid)" />
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<defs>
|
<defs>
|
||||||
<pattern id="grid" :width="gridW" :height="gridH" patternUnits="userSpaceOnUse">
|
<pattern id="grid" :width="gridW" :height="gridH" patternUnits="userSpaceOnUse">
|
||||||
<rect :width="gridW" :height="gridH" fill="url(#middleGrid)" />
|
<rect :width="gridW" :height="gridH" fill="url(#middleGrid)" />
|
||||||
<path :d="pathD" fill="none" stroke="rgba(207, 207, 207, 0.2)" stroke-width="0.5" />
|
<path :d="pathD" fill="none" stroke="rgba(207, 207, 207, 0.4)" stroke-width="0.7" />
|
||||||
</pattern>
|
</pattern>
|
||||||
<pattern
|
<pattern
|
||||||
id="middleGrid"
|
id="middleGrid"
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<path
|
<path
|
||||||
:d="middleGridPathD"
|
:d="middleGridPathD"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="rgba(207, 207, 207, 0.2)"
|
stroke="rgba(207, 207, 207, 0.4)"
|
||||||
stroke-width="0.3"
|
stroke-width="0.3"
|
||||||
/>
|
/>
|
||||||
</pattern>
|
</pattern>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user