添加设置边框及边框颜色的功能

This commit is contained in:
2019-08-03 22:59:15 +08:00
parent 7b0ff36db6
commit dbc1c15023
8 changed files with 3515 additions and 3560 deletions

View File

@ -65,6 +65,7 @@ body {
.PowerType {
max-width: 320px;
min-height: 300px;
width: 100%;
margin: auto;
text-align: left;
@ -101,7 +102,12 @@ body {
width: 150px;
margin-top: -25px;
margin-left: -75px;
}
#colorPicker {
position: absolute;
right: 100px;
top: 20px;
}
.object {