fix RssSubscribe

This commit is contained in:
jxxghp 2023-08-17 16:47:42 +08:00
parent a5c9ff9fa1
commit ac4e3579a3

View File

@ -253,6 +253,10 @@ class RssSubscribe(_PluginBase):
'content': [ 'content': [
{ {
'component': 'VCol', 'component': 'VCol',
'props': {
'cols': 12,
'md': 6
},
'content': [ 'content': [
{ {
'component': 'VTextField', 'component': 'VTextField',
@ -266,6 +270,10 @@ class RssSubscribe(_PluginBase):
}, },
{ {
'component': 'VCol', 'component': 'VCol',
'props': {
'cols': 12,
'md': 6
},
'content': [ 'content': [
{ {
'component': 'VTextField', 'component': 'VTextField',