style:修改 导出pdf的图标
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "nz-icon"; /* Project id 2030432 */
|
||||
src: url('iconfont.woff2?t=1642413628496') format('woff2'),
|
||||
url('iconfont.woff?t=1642413628496') format('woff'),
|
||||
url('iconfont.ttf?t=1642413628496') format('truetype');
|
||||
src: url('iconfont.woff2?t=1649756762091') format('woff2'),
|
||||
url('iconfont.woff?t=1649756762091') format('woff'),
|
||||
url('iconfont.ttf?t=1649756762091') format('truetype');
|
||||
}
|
||||
|
||||
.nz-icon {
|
||||
@@ -13,6 +13,62 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.nz-icon-tool:before {
|
||||
content: "\e76f";
|
||||
}
|
||||
|
||||
.nz-icon-export-pdf:before {
|
||||
content: "\e770";
|
||||
}
|
||||
|
||||
.nz-icon-Router:before {
|
||||
content: "\e766";
|
||||
}
|
||||
|
||||
.nz-icon-Computer:before {
|
||||
content: "\e767";
|
||||
}
|
||||
|
||||
.nz-icon-a-Networkdevices:before {
|
||||
content: "\e768";
|
||||
}
|
||||
|
||||
.nz-icon-Other:before {
|
||||
content: "\e769";
|
||||
}
|
||||
|
||||
.nz-icon-a-Virtualmachine:before {
|
||||
content: "\e76a";
|
||||
}
|
||||
|
||||
.nz-icon-Switch:before {
|
||||
content: "\e76b";
|
||||
}
|
||||
|
||||
.nz-icon-Server:before {
|
||||
content: "\e76c";
|
||||
}
|
||||
|
||||
.nz-icon-ADC:before {
|
||||
content: "\e76d";
|
||||
}
|
||||
|
||||
.nz-icon-Firewall:before {
|
||||
content: "\e76e";
|
||||
}
|
||||
|
||||
.nz-icon-Topology:before {
|
||||
content: "\e763";
|
||||
}
|
||||
|
||||
.nz-icon-a-Silencealert:before {
|
||||
content: "\e764";
|
||||
}
|
||||
|
||||
.nz-icon-role1:before {
|
||||
content: "\e760";
|
||||
}
|
||||
|
||||
.nz-icon-Cabinet1:before {
|
||||
content: "\e75f";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "nz-icon"; /* Project id 2030432 */
|
||||
src: url('./font/iconfont.woff2?t=1642413628496') format('woff2'),
|
||||
url('./font/iconfont.woff?t=1642413628496') format('woff'),
|
||||
url('./font/iconfont.ttf?t=1642413628496') format('truetype');
|
||||
src: url('./font/iconfont.woff2?t=1649756762091') format('woff2'),
|
||||
url('./font/iconfont.woff?t=1649756762091') format('woff'),
|
||||
url('./font/iconfont.ttf?t=1649756762091') format('truetype');
|
||||
}
|
||||
|
||||
.nz-icon {
|
||||
@@ -13,6 +13,62 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.nz-icon-tool:before {
|
||||
content: "\e76f";
|
||||
}
|
||||
|
||||
.nz-icon-export-pdf:before {
|
||||
content: "\e770";
|
||||
}
|
||||
|
||||
.nz-icon-Router:before {
|
||||
content: "\e766";
|
||||
}
|
||||
|
||||
.nz-icon-Computer:before {
|
||||
content: "\e767";
|
||||
}
|
||||
|
||||
.nz-icon-a-Networkdevices:before {
|
||||
content: "\e768";
|
||||
}
|
||||
|
||||
.nz-icon-Other:before {
|
||||
content: "\e769";
|
||||
}
|
||||
|
||||
.nz-icon-a-Virtualmachine:before {
|
||||
content: "\e76a";
|
||||
}
|
||||
|
||||
.nz-icon-Switch:before {
|
||||
content: "\e76b";
|
||||
}
|
||||
|
||||
.nz-icon-Server:before {
|
||||
content: "\e76c";
|
||||
}
|
||||
|
||||
.nz-icon-ADC:before {
|
||||
content: "\e76d";
|
||||
}
|
||||
|
||||
.nz-icon-Firewall:before {
|
||||
content: "\e76e";
|
||||
}
|
||||
|
||||
.nz-icon-Topology:before {
|
||||
content: "\e763";
|
||||
}
|
||||
|
||||
.nz-icon-a-Silencealert:before {
|
||||
content: "\e764";
|
||||
}
|
||||
|
||||
.nz-icon-role1:before {
|
||||
content: "\e760";
|
||||
}
|
||||
|
||||
.nz-icon-Cabinet1:before {
|
||||
content: "\e75f";
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<div id="chart-temp-sync" @click="chartBySync"><i class="nz-icon nz-icon-sync"></i>{{ $t('overall.syncChart') }}</div>
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item v-has="'main_edit'">
|
||||
<div id="chart-htmltopdf" @click="htmlToPdf"><i class="nz-icon nz-icon-download1"></i>{{ $t('overall.downloadToPdf') }}</div>
|
||||
<div id="chart-htmltopdf" @click="htmlToPdf"><i class="nz-icon nz-icon-export-pdf"></i>{{ $t('overall.downloadToPdf') }}</div>
|
||||
</el-dropdown-item>
|
||||
</template>
|
||||
</top-tool-more-options>
|
||||
@@ -76,7 +76,7 @@
|
||||
<div id="chart-temp-sync" @click="chartBySync"><i class="nz-icon nz-icon-sync"></i>{{ $t('overall.syncChart') }}</div>
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item v-has="'main_edit'">
|
||||
<div id="chart-htmltopdf" @click="htmlToPdf"><i class="nz-icon nz-icon-download1"></i>{{ $t('overall.downloadToPdf') }}</div>
|
||||
<div id="chart-htmltopdf" @click="htmlToPdf"><i class="nz-icon nz-icon-export-pdf"></i>{{ $t('overall.downloadToPdf') }}</div>
|
||||
</el-dropdown-item>
|
||||
</template>
|
||||
</top-tool-more-options>
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<div id="chart-temp-sync" @click="chartBySync"><i class="nz-icon nz-icon-sync"></i>{{ $t('overall.syncChart') }}</div>
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item v-has="'main_add'">
|
||||
<div id="chart-htmltopdf" @click="htmlToPdf"><i class="nz-icon nz-icon-download1"></i>{{ $t('overall.downloadToPdf') }}</div>
|
||||
<div id="chart-htmltopdf" @click="htmlToPdf"><i class="nz-icon nz-icon-export-pdf"></i>{{ $t('overall.downloadToPdf') }}</div>
|
||||
</el-dropdown-item>
|
||||
</template>
|
||||
</top-tool-more-options>
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"baseUrl":"/", "version": "21.04"}
|
||||
{"baseUrl":"http://192.168.40.42:8080/", "version": "21.04"}
|
||||
|
||||
Reference in New Issue
Block a user