mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2024-11-23 11:19:46 +00:00
分割线偏移
Signed-off-by: fanchenxuan <fanchenxuan@huawei.com>
This commit is contained in:
parent
d6c3d3b12f
commit
67f3510226
@ -29,7 +29,7 @@ let bottomPopoverTypes = ['default', 'phone'];
|
||||
.fontSize(Constants.TEXT_MIDDLE_FONT_SIZE)
|
||||
.fontWeight(FontWeight.Medium)
|
||||
.height(Constants.BUTTON_HEIGHT)
|
||||
.flexGrow(Constants.FLEX_GROW)
|
||||
.width(Constants.HALF_LENGTH)
|
||||
}
|
||||
|
||||
@CustomDialog
|
||||
|
@ -70,6 +70,7 @@ export default class Constants {
|
||||
// 100% width,height
|
||||
static FULL_WIDTH = '100%';
|
||||
static FULL_HEIGHT = '100%';
|
||||
static HALF_LENGTH = '50%';
|
||||
|
||||
// public property style
|
||||
static PERMISSION = 1;
|
||||
|
@ -35,7 +35,7 @@ import { LocationCanvas } from '../common/components/location';
|
||||
.fontSize(Constants.TEXT_MIDDLE_FONT_SIZE)
|
||||
.fontWeight(FontWeight.Medium)
|
||||
.height(Constants.BUTTON_HEIGHT)
|
||||
.flexGrow(Constants.FLEX_GROW)
|
||||
.width(Constants.HALF_LENGTH)
|
||||
}
|
||||
|
||||
const FUZZY_LOCATION_PERMISSION = 'ohos.permission.APPROXIMATELY_LOCATION';
|
||||
|
@ -32,7 +32,7 @@ let bottomPopoverTypes = ['default', 'phone'];
|
||||
.fontSize(Constants.TEXT_MIDDLE_FONT_SIZE)
|
||||
.fontWeight(FontWeight.Medium)
|
||||
.height(Constants.BUTTON_HEIGHT)
|
||||
.flexGrow(Constants.FLEX_GROW)
|
||||
.width(Constants.HALF_LENGTH)
|
||||
}
|
||||
|
||||
@Entry
|
||||
|
Loading…
Reference in New Issue
Block a user