mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-23 07:29:42 +00:00
commit
d5279b7f96
2
BUILD.gn
2
BUILD.gn
@ -63,7 +63,7 @@ config("hiperf_inner_config") {
|
||||
]
|
||||
}
|
||||
|
||||
if (product_name == "Hi3516DV300") {
|
||||
if (device_name == "hispark_taurus") {
|
||||
defines += [ "LITTLE_MEMORY" ]
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user