提交 c3341bfa 编写于 作者: G gaoshuyang

add code for delete unused UI code

Signed-off-by: Ngaoshuyang <gaoshuyang2@huawei.com>
上级 e9627a2a
...@@ -868,24 +868,6 @@ struct Index { ...@@ -868,24 +868,6 @@ struct Index {
Text('加密或解密的结果').fontSize(20).margin({ left: 2, top: 10 }) Text('加密或解密的结果').fontSize(20).margin({ left: 2, top: 10 })
} }
Row() {
TextInput({ placeholder: '这里将会显示加解密的结果', controller: this.controller })
.placeholderColor(Color.Grey)
.placeholderFont({ size: 14, weight: 400 })
.caretColor(Color.Blue)
.width(400)
.height(40)
.margin(20)
.fontSize(14)
.fontColor(Color.Black)
.type(InputType.Normal)
.onChange((value: string) => {
this.message += '您输入得明文是: ' + value + '\n'
plainText = value
})
.margin({ top: 10 })
}
Row() { Row() {
Button({ type: ButtonType.Normal, stateEffect: true }) { Button({ type: ButtonType.Normal, stateEffect: true }) {
Text('generateAesKey') Text('generateAesKey')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册