n20-common-lib 2.7.16 → 2.7.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cl-page class="customFormOptions">
|
|
2
|
+
<cl-page class="customFormOptions" style="height: calc(100% - 8px)">
|
|
3
3
|
<div slot="header">
|
|
4
4
|
<div class="flex-box flex-r m-t-s">
|
|
5
5
|
<el-button v-if="type === 1" icon="n20-icon-shuaxin" plain onlyicon size="mini" @click="getData" />
|
|
@@ -437,9 +437,3 @@ export default {
|
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
</script>
|
|
440
|
-
<style lang="scss" scoped>
|
|
441
|
-
.customFormOptions {
|
|
442
|
-
height: calc(100% - 8px);
|
|
443
|
-
font-size: 14px;
|
|
444
|
-
}
|
|
445
|
-
</style>
|