diff --git a/src/components/PinPuYi/PinPuYi.vue b/src/components/PinPuYi/PinPuYi.vue index 016bf5c..7442f43 100644 --- a/src/components/PinPuYi/PinPuYi.vue +++ b/src/components/PinPuYi/PinPuYi.vue @@ -1,10 +1,27 @@ + @@ -15,4 +32,18 @@ img { max-width: fit-content; max-height: fit-content; } +.ppy-btns { + box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.5); +} +.ppy-btn { + height: 30px; + width: 36px; + border: 1px solid green; + overflow: hidden; + font-size: 10px; + text-align: left; + line-height: 1.2; + padding-left: 2px; + border-radius: 4px; +}