!126 编译构建规范整改

Merge pull request !126 from zhangcui/master
This commit is contained in:
openharmony_ci 2022-09-08 09:00:31 +00:00 committed by Gitee
commit d5279b7f96
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ config("hiperf_inner_config") {
]
}
if (product_name == "Hi3516DV300") {
if (device_name == "hispark_taurus") {
defines += [ "LITTLE_MEMORY" ]
}

View File

@ -5104,7 +5104,7 @@ input{
<lit-table-column title="Function" data-index="fun" key="fun" order></lit-table-column>
</lit-table>
<div style="height: 140px">
<lit-pagination id="pagination" show-size-changer page-size="10" page-size-options="[10,20,50]" style="margin-top: 10px;">
<lit-pagination id="pagination" show-size-changer page-size="10" page-size-options="[20,50,200]" style="margin-top: 10px;">
<!-- <template slot="showTotal"><label>{{range[0]}}-{{range[1]}} of {{total}} items</label></template>-->
</lit-pagination>
</div>