bk-magic-vue 2.5.3-beta.8 → 2.5.3

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.
@@ -15018,6 +15018,152 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15018
15018
  border-radius:3px;
15019
15019
  background-color:#dcdee5;
15020
15020
  }
15021
+ .bk-version .markdown-theme-style{
15022
+ font-size:14px;
15023
+ color:#313238;
15024
+ }
15025
+ .bk-version .markdown-theme-style h1,
15026
+ .bk-version .markdown-theme-style h2,
15027
+ .bk-version .markdown-theme-style h3,
15028
+ .bk-version .markdown-theme-style h4,
15029
+ .bk-version .markdown-theme-style h5{
15030
+ height:auto;
15031
+ margin:10px 0;
15032
+ font:normal 14px/1.5
15033
+ "Helvetica Neue",
15034
+ Helvetica,
15035
+ Arial,
15036
+ "Lantinghei SC",
15037
+ "Hiragino Sans GB",
15038
+ "Microsoft Yahei",
15039
+ sans-serif;
15040
+ font-weight:bold;
15041
+ color:#34383e;
15042
+ }
15043
+ .bk-version .markdown-theme-style h1{
15044
+ font-size:30px;
15045
+ }
15046
+ .bk-version .markdown-theme-style h2{
15047
+ font-size:24px;
15048
+ }
15049
+ .bk-version .markdown-theme-style h3{
15050
+ font-size:18px;
15051
+ }
15052
+ .bk-version .markdown-theme-style h4{
15053
+ font-size:16px;
15054
+ }
15055
+ .bk-version .markdown-theme-style h5{
15056
+ font-size:14px;
15057
+ }
15058
+ .bk-version .markdown-theme-style em{
15059
+ font-style:italic;
15060
+ }
15061
+ .bk-version .markdown-theme-style div,
15062
+ .bk-version .markdown-theme-style p,
15063
+ .bk-version .markdown-theme-style font,
15064
+ .bk-version .markdown-theme-style span,
15065
+ .bk-version .markdown-theme-style li{
15066
+ line-height:1.3;
15067
+ }
15068
+ .bk-version .markdown-theme-style p{
15069
+ margin:0 0 1em;
15070
+ }
15071
+ .bk-version .markdown-theme-style table,
15072
+ .bk-version .markdown-theme-style table p{
15073
+ margin:0;
15074
+ }
15075
+ .bk-version .markdown-theme-style ul,
15076
+ .bk-version .markdown-theme-style ol{
15077
+ padding-left:40px;
15078
+ margin:10px 0 10px;
15079
+ text-indent:0;
15080
+ }
15081
+ .bk-version .markdown-theme-style ul{
15082
+ list-style:disc
15083
+ }
15084
+ .bk-version .markdown-theme-style ul > li{
15085
+ line-height:1.8;
15086
+ white-space:normal;
15087
+ list-style:disc;
15088
+ }
15089
+ .bk-version .markdown-theme-style ol{
15090
+ list-style:decimal
15091
+ }
15092
+ .bk-version .markdown-theme-style ol > li{
15093
+ line-height:1.8;
15094
+ white-space:normal;
15095
+ list-style:decimal;
15096
+ }
15097
+ .bk-version .markdown-theme-style li > ul{
15098
+ margin-bottom:10px;
15099
+ }
15100
+ .bk-version .markdown-theme-style li ol{
15101
+ padding-left:20px !important;
15102
+ }
15103
+ .bk-version .markdown-theme-style ul ul,
15104
+ .bk-version .markdown-theme-style ul ol,
15105
+ .bk-version .markdown-theme-style ol ol,
15106
+ .bk-version .markdown-theme-style ol ul{
15107
+ margin-bottom:0;
15108
+ margin-left:20px;
15109
+ }
15110
+ .bk-version .markdown-theme-style pre,
15111
+ .bk-version .markdown-theme-style code{
15112
+ width:95%;
15113
+ padding:0 3px 2px;
15114
+ font-family:Monaco, Menlo, Consolas, "Courier New", monospace;
15115
+ font-size:14px;
15116
+ color:#333;
15117
+ border-radius:3px;
15118
+ }
15119
+ .bk-version .markdown-theme-style code{
15120
+ padding:2px 4px;
15121
+ font-family:Consolas, monospace, tahoma, Arial;
15122
+ color:#d14;
15123
+ border:1px solid #e1e1e8;
15124
+ }
15125
+ .bk-version .markdown-theme-style pre{
15126
+ display:block;
15127
+ padding:9.5px;
15128
+ margin:0 0 10px;
15129
+ font-family:Consolas, monospace, tahoma, Arial;
15130
+ font-size:13px;
15131
+ word-break:break-all;
15132
+ word-wrap:break-word;
15133
+ white-space:pre-wrap;
15134
+ background-color:#f6f6f6;
15135
+ border:1px solid #ddd;
15136
+ border:1px solid rgba(0,0,0,0.15);
15137
+ border-radius:2px;
15138
+ }
15139
+ .bk-version .markdown-theme-style pre code{
15140
+ padding:0;
15141
+ white-space:pre-wrap;
15142
+ border:0;
15143
+ }
15144
+ .bk-version .markdown-theme-style blockquote{
15145
+ padding:0 0 0 14px;
15146
+ margin:0 0 20px;
15147
+ border-left:5px solid #dfdfdf;
15148
+ }
15149
+ .bk-version .markdown-theme-style blockquote ::before,
15150
+ .bk-version .markdown-theme-style blockquote ::after{
15151
+ content:"";
15152
+ }
15153
+ .bk-version .markdown-theme-style blockquote p{
15154
+ margin-bottom:0;
15155
+ font-size:14px;
15156
+ font-weight:300;
15157
+ line-height:25px;
15158
+ }
15159
+ .bk-version .markdown-theme-style blockquote small{
15160
+ display:block;
15161
+ line-height:20px;
15162
+ color:#999;
15163
+ }
15164
+ .bk-version .markdown-theme-style blockquote small ::before{
15165
+ content:"\2014 \00A0";
15166
+ }
15021
15167
  .version-detail-dialog .bk-dialog-tool .bk-dialog-close{
15022
15168
  right:10px;
15023
15169
  }